Class StyleMarker
Base marker's style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleMarker : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, 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. Style container object |
StyleMarker(String)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(string figureType)
Parameters
System. Marker's figure name |
StyleMarker(String, Int32)
Creates a new instance of StyleMarker class.
Declaration
public StyleMarker(string figureType, int pointSize)
Parameters
System. Marker's figure name |
System. 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. Marker's figure name |
Dimensions
dimensions
Dimensions of marker |
Fill 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. Marker's figure name |
Fill Marker's fillstyle settings |
Position
position
Marker's positions |
System. Marker's rotation angle |
Corners
corners
Corners of marker |
Style Border of marker |
Shadow Marker's shadow style |
System. Marker's visibility |
Properties
Corners
Specifies the corners of background rectangle
Declaration
[SkinnableProperty]
public virtual Corners Corners { get; set; }
Property Value
Figure
Specifies the Figure property
Declaration
[SkinnableProperty]
public virtual string Figure { get; set; }
Property Value
System.
|
FillStyle
Specifies the FillStyle property
Declaration
[SkinnableProperty]
public virtual FillStyle FillStyle { get; }
Property Value
RotationAngle
Specifies the Rotation angle
Declaration
[SkinnableProperty]
public virtual float RotationAngle { get; set; }
Property Value
System.
|
Visible
Specifies marker's visibility
Declaration
public override bool Visible { get; set; }
Property Value
System.
|
Overrides
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System. Cloned object |
Overrides
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
Equals(Object)
Comparing of two objects
Declaration
public override bool Equals(object obj)
Parameters
System. Object to compare |
Returns
System. Result of comparing |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System. Hash code |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System. ViewState with data |
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()