StyleMarker
Base marker's style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleMarker : LayoutStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleMarker
Derived Classes:
Implements:
Inherited Members
Constructors
Creates a new instance of StyleMarker class.
public StyleMarker()
StyleMarker(Dimensions, string, FillStyle, Position, float, Corners, StyleBorder, ShadowStyle, bool)
Creates a new instance of StyleMarker class.
public StyleMarker(Dimensions dimensions, string figure, FillStyle fillStyle, Position position, float rotationAngle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Dimensions of marker
figurestringMarker's figure name
fillStyleFillStyleMarker's fillstyle settings
positionPositionMarker's positions
rotationAnglefloatMarker's rotation angle
cornersCornersCorners of marker
borderStyleBorderBorder of marker
shadowStyleShadowStyleMarker's shadow style
visibleboolMarker's visibility
Creates a new instance of StyleMarker class.
public StyleMarker(object containerObject)
Style container object
Creates a new instance of StyleMarker class.
public StyleMarker(string figureType, Dimensions dimensions, FillStyle fillStyle)
Marker's figure name
dimensionsDimensionsDimensions of marker
fillStyleFillStyleMarker's fillstyle settings
Creates a new instance of StyleMarker class.
public StyleMarker(string figureType, int pointSize)
Marker's figure name
pointSizeintWidth and height of marker
Creates a new instance of StyleMarker class.
public StyleMarker(string figureType)
Marker's figure name
Properties
Specifies the corners of background rectangle
[TypeConverter(typeof(CornersConverter))]
[PersistenceMode(PersistenceMode.Attribute)]
[SkinnableProperty]
public virtual Corners Corners { get; set; }
Figure
string
Specifies the Figure property
[SkinnableProperty]
public virtual string Figure { get; set; }
Specifies the FillStyle property
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual FillStyle FillStyle { get; }
RotationAngle
float
Specifies the Rotation angle
[SkinnableProperty]
public virtual float RotationAngle { get; set; }
Visible
bool
Specifies marker's visibility
public override bool Visible { get; set; }
Overrides:
Methods
Clone()
object
Clone this object
public override object Clone()
object
Cloned object
Overrides:
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Equals(object)
bool
Comparing of two objects
public override bool Equals(object obj)
Object to compare
Returns:bool
Result of comparing
Overrides:
Gets hash code
public override int GetHashCode()
int
Hash code
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Saved data to ViewState
protected override object SaveViewState()
object
saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: