ClassChartGrid
Class
Defines a basic chart grid control properties.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class ChartGrid : ChartElementPresenter, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartGrid
Derived Classes:
Implements:
Inherited Members
Constructors
ChartGrid()
Declaration
cs-api-definition
protected ChartGrid()
Fields
DefaultStripeBrushProperty
Identifies the DefaultStripeBrush dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DefaultStripeBrushProperty
Field Value
DependencyProperty
Properties
DefaultStripeBrush
Gets or sets the Brush value that defines the appearance of the chart stripes of this instance.
Declaration
cs-api-definition
public Brush DefaultStripeBrush { get; set; }
Property Value
Brush