CartesianChartGrid
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class CartesianChartGrid : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlCartesianChartGrid...
Implements:
Inherited Members
Constructors
C#
public CartesianChartGrid()
Properties
C#
public IList<ChartViewGridlines> Gridlines { get; }
C#
public int GridlinesCount { get; }
C#
public string MajorLinesVisibility { get; set; }
C#
public int MajorXLineInterval { get; set; }
C#
public int MajorYLineInterval { get; set; }
C#
public IList<ChartViewStriplines> Striplines { get; }
C#
public int StriplinesCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: