Class StyleMarker
Base marker's style
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleMarker : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable, IPosition
Constructors
StyleMarker()
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker()
StyleMarker(Object)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(object containerObject)
Parameters
System.Object
containerObject
Style container object |
StyleMarker(String)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(string figureType)
Parameters
System.String
figureType
Marker's figure name |
StyleMarker(String, Int32)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(string figureType, int pointSize)
Parameters
System.String
figureType
Marker's figure name |
System.Int32
pointSize
Width and height of marker |
StyleMarker(String, Dimensions, FillStyle)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(string figureType, Dimensions dimensions, FillStyle fillStyle)
Parameters
System.String
figureType
Marker's figure name |
Dimensions
dimensions
Dimensions of marker |
FillStyle
fillStyle
Marker's fillstyle settings |
StyleMarker(Dimensions, String, FillStyle, Position, Single, Corners, StyleBorder, ShadowStyle, Boolean)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(Dimensions dimensions, string figure, FillStyle fillStyle, Position position, float rotationAngle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
Dimensions
dimensions
Dimensions of marker |
System.String
figure
Marker's figure name |
FillStyle
fillStyle
Marker's fillstyle settings |
Position
position
Marker's positions |
System.Single
rotationAngle
Marker's rotation angle |
Corners
corners
Corners of marker |
StyleBorder
border
Border of marker |
ShadowStyle
shadowStyle
Marker's shadow style |
System.Boolean
visible
Marker's visibility |
Properties
Corners
Specifies the corners of background rectangle
Declaration
[SkinnableProperty]
public virtual Corners Corners { get; set; }
Property Value
Corners
|
Figure
Specifies the Figure property
Declaration
[SkinnableProperty]
public virtual string Figure { get; set; }
Property Value
System.String
|
FillStyle
Specifies the FillStyle property
Declaration
[SkinnableProperty]
public virtual FillStyle FillStyle { get; }
Property Value
FillStyle
|
RotationAngle
Specifies the Rotation angle
Declaration
[SkinnableProperty]
public virtual float RotationAngle { get; set; }
Property Value
System.Single
|
Visible
Specifies marker's visibility
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System.Object
Cloned object |
Overrides
Equals(Object)
Comparing of two objects
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object to compare |
Returns
System.Boolean
Result of comparing |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Hash code |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
ViewState with data |
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
System.Object
saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()