Class CartesianChartGrid
Represents a decoration over a Rad
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CartesianChartGrid : ChartElementPresenter, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CartesianChartGrid()
Fields
MajorLinesVisibilityProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorLinesVisibilityProperty
Field Value
System.
|
MajorXLineDashArrayProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorXLineDashArrayProperty
Field Value
System.
|
MajorXLineStyleProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorXLineStyleProperty
Field Value
System.
|
MajorYLineDashArrayProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorYLineDashArrayProperty
Field Value
System.
|
MajorYLineStyleProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorYLineStyleProperty
Field Value
System.
|
MinorLinesVisibilityProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorLinesVisibilityProperty
Field Value
System.
|
MinorStripLinesVisibilityProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorStripLinesVisibilityProperty
Field Value
System.
|
MinorXLineDashArrayProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorXLineDashArrayProperty
Field Value
System.
|
MinorXLineStyleProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorXLineStyleProperty
Field Value
System.
|
MinorYLineDashArrayProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorYLineDashArrayProperty
Field Value
System.
|
MinorYLineStyleProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorYLineStyleProperty
Field Value
System.
|
StripLinesVisibilityProperty
Identifies the Strip
Declaration
public static readonly DependencyProperty StripLinesVisibilityProperty
Field Value
System.
|
Properties
MajorLinesVisibility
Gets or sets the visibility of major grid lines.
Declaration
public GridLineVisibility MajorLinesVisibility { get; set; }
Property Value
MajorXLineDashArray
Gets or sets the dash array used to define each major X-line StrokeDashArray property.
Declaration
public DoubleCollection MajorXLineDashArray { get; set; }
Property Value
System.
|
MajorXLineInterval
Gets or sets the major-x-line interval.
Declaration
public int MajorXLineInterval { get; set; }
Property Value
System.
|
MajorXLinesRenderMode
Gets or sets the render mode of major X-lines.
Declaration
public GridLineRenderMode MajorXLinesRenderMode { get; set; }
Property Value
MajorXLineStyle
Gets or sets the style that defines the appearance of the major lines along the X-axis.
Declaration
public Style MajorXLineStyle { get; set; }
Property Value
System.
|
MajorYLineDashArray
Gets or sets the dash array used to define each major Y-line StrokeDashArray property.
Declaration
public DoubleCollection MajorYLineDashArray { get; set; }
Property Value
System.
|
MajorYLineInterval
Gets or sets the major-y-line interval.
Declaration
public int MajorYLineInterval { get; set; }
Property Value
System.
|
MajorYLinesRenderMode
Gets or sets the render mode of major X-lines.
Declaration
public GridLineRenderMode MajorYLinesRenderMode { get; set; }
Property Value
MajorYLineStyle
Gets or sets the style that defines the appearance of the major lines along the Y-axis.
Declaration
public Style MajorYLineStyle { get; set; }
Property Value
System.
|
MinorLinesVisibility
Gets or sets the visibility of minor grid lines.
Declaration
public GridLineVisibility MinorLinesVisibility { get; set; }
Property Value
MinorStripLinesVisibility
Gets or sets the visibility of grid's Stripes.
Declaration
public GridLineVisibility MinorStripLinesVisibility { get; set; }
Property Value
MinorXLineDashArray
Gets or sets the dash array used to define each minor X-line StrokeDashArray property.
Declaration
public DoubleCollection MinorXLineDashArray { get; set; }
Property Value
System.
|
MinorXLineStyle
Gets or sets the style that defines the appearance of the minor lines along the X-axis.
Declaration
public Style MinorXLineStyle { get; set; }
Property Value
System.
|
MinorYLineDashArray
Gets or sets the dash array used to define each minor Y-line StrokeDashArray property.
Declaration
public DoubleCollection MinorYLineDashArray { get; set; }
Property Value
System.
|
MinorYLineStyle
Gets or sets the style that defines the appearance of the minor lines along the Y-axis.
Declaration
public Style MinorYLineStyle { get; set; }
Property Value
System.
|
StripLinesVisibility
Gets or sets the visibility of grid's Stripes.
Declaration
public GridLineVisibility StripLinesVisibility { get; set; }
Property Value
XStripeBrushes
Gets the collection of brushes used to display X-axis stripes.
Declaration
public ObservableCollection<Brush> XStripeBrushes { get; }
Property Value
System.
|
YStripeBrushes
Gets the collection of styles used to display Y-axis stripes.
Declaration
public ObservableCollection<Brush> YStripeBrushes { get; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |