ClassCartesianChartGrid
Represents the CartesianChartGrid for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class CartesianChartGrid : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlCartesianChartGrid
Implements:
Inherited Members
Constructors
CartesianChartGrid()
Initializes a new instance of the CartesianChartGrid class.
Declaration
public CartesianChartGrid()
Properties
Gridlines
Get the list of gridlines.
Declaration
public IList<ChartViewGridlines> Gridlines { get; }
Property Value
GridlinesCount
Get the gridlines count.
MajorLinesVisibility
Gets or sets the MajorLinesVisibility property of CartesianChartGrid.
Declaration
public string MajorLinesVisibility { get; set; }
Property Value
MajorXLineInterval
Gets or sets the MajorXLineIntervalProperty property of CartesianChartGrid.
MajorYLineInterval
Gets or sets the MajorYLineIntervalProperty property of CartesianChartGrid.
Striplines
Get the list of striplines.
Declaration
public IList<ChartViewStriplines> Striplines { get; }
Property Value
StriplinesCount
Get the striplines count.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides