Class StyleMarkerLegend
Specific series point markers style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleMarkerLegend : StyleMarker, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable, IPosition
Constructors
StyleMarkerLegend()
Creates a new instance of StyleMarkerLegend class.
Declaration
public StyleMarkerLegend()
Properties
Figure
Specifies marker's figure
Declaration
[SkinnableProperty]
public override string Figure { get; set; }
Property Value
System.String
|
Overrides
Visible
Specifies marker's visibility
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
|