ClassChartPointMark
Class
Represents the RadChart for Silverlight ChartPointMark control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartPointMark : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartPointMark
Implements:
Inherited Members
Constructors
ChartPointMark()
Initializes a new instance of the ChartPointMark class.
Declaration
cs-api-definition
public ChartPointMark()
Properties
PointMarkFillColor
Get the point mark fill color.
PointMarkStrokeColor
Get the point mark stroke color.
SelectedPointMarkFillColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SelectedPointMarkFillColorValue { get; }
Property Value
SelectedPointMarkStrokeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SelectedPointMarkStrokeColorValue { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides