Class
StyleMarker

Base marker's style

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleMarker : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleLayoutStyleStyleMarker

Derived Classes: StyleMarkerEmptyValueStyleMarkerLegendStyleMarkerPositionNoneStyleMarkerSeriesPoint

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members LayoutStyle.PositionLayoutStyle.DimensionsStyle.BorderStyle.ShadowStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleMarker()

Creates a new instance of StyleMarker class.

Declaration

cs-api-definition
public StyleMarker()

StyleMarker(Dimensions, string, FillStyle, Position, float, Corners, StyleBorder, ShadowStyle, bool)

Creates a new instance of StyleMarker class.

Declaration

cs-api-definition
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

figure

string

Marker's figure name

fillStyle

FillStyle

Marker's fillstyle settings

position

Position

Marker's positions

rotationAngle

float

Marker's rotation angle

corners

Corners

Corners of marker

border

StyleBorder

Border of marker

shadowStyle

ShadowStyle

Marker's shadow style

visible

bool

Marker's visibility

StyleMarker(object)

Creates a new instance of StyleMarker class.

Declaration

cs-api-definition
public StyleMarker(object containerObject)

Parameters

containerObject

object

Style container object

StyleMarker(string)

Creates a new instance of StyleMarker class.

Declaration

cs-api-definition
public StyleMarker(string figureType)

Parameters

figureType

string

Marker's figure name

StyleMarker(string, Dimensions, FillStyle)

Creates a new instance of StyleMarker class.

Declaration

cs-api-definition
public StyleMarker(string figureType, Dimensions dimensions, FillStyle fillStyle)

Parameters

figureType

string

Marker's figure name

dimensions

Dimensions

Dimensions of marker

fillStyle

FillStyle

Marker's fillstyle settings

StyleMarker(string, int)

Creates a new instance of StyleMarker class.

Declaration

cs-api-definition
public StyleMarker(string figureType, int pointSize)

Parameters

figureType

string

Marker's figure name

pointSize

int

Width and height of marker

Properties

Corners

Specifies the corners of background rectangle

Declaration

cs-api-definition
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public virtual Corners Corners { get; set; }

Property Value

Corners

Figure

Specifies the Figure property

Declaration

cs-api-definition
[SkinnableProperty]
public virtual string Figure { get; set; }

Property Value

string

FillStyle

Specifies the FillStyle property

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public virtual FillStyle FillStyle { get; }

Property Value

FillStyle

RotationAngle

Specifies the Rotation angle

Declaration

cs-api-definition
[SkinnableProperty]
public virtual float RotationAngle { get; set; }

Property Value

float

Visible

Specifies marker's visibility

Declaration

cs-api-definition
public override bool Visible { get; set; }

Property Value

bool

Overrides Style.Visible

Methods

Clone()

Clone this object

Declaration

cs-api-definition
public override object Clone()

Returns

object

Cloned object

Overrides Style.Clone()

Equals(object)

Comparing of two objects

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Object to compare

Returns

bool

Result of comparing

Overrides object.Equals(object)

GetHashCode()

Gets hash code

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Hash code

Overrides object.GetHashCode()

LoadViewState(object)

Load data from ViewState

Declaration

cs-api-definition
protected override void LoadViewState(object savedState)

Parameters

savedState

object

ViewState with data

Overrides LayoutStyle.LoadViewState(object)

SaveViewState()

Saved data to ViewState

Declaration

cs-api-definition
protected override object SaveViewState()

Returns

object

saved data

Overrides LayoutStyle.SaveViewState()

TrackViewState()

Track ViewState

Declaration

cs-api-definition
protected override void TrackViewState()

Overrides LayoutStyle.TrackViewState()