Class ChartRowDefinition
Represents a row definition.
Inheritance
System.Object
ChartRowDefinition
Implements
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartRowDefinition : DependencyObject, ICloneable
Remarks
The height of the row can be defined either in terms of fixed pixels units mode or auto adjust mode, by using Unit property.
Constructors
ChartRowDefinition()
Called when instance created for ChartRowdefinitions
Declaration
public ChartRowDefinition()
Fields
BorderStrokeProperty
The DependencyProperty for BorderStroke property.
Declaration
public static readonly DependencyProperty BorderStrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BorderThicknessProperty
The DependencyProperty for BorderThickness property.
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeightProperty
The DependencyProperty for Height property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
UnitProperty
The DependencyProperty for Unit property.
Declaration
public static readonly DependencyProperty UnitProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
BorderStroke
Gets or sets the brush for the border of the row.
Declaration
public Brush BorderStroke { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
BorderThickness
Gets or sets the thickness of the border.
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets height of this row.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
RowTop
Gets or sets RowTap property
Declaration
public double RowTop { get; }
Property Value
Type |
---|
System.Double |
Unit
Gets or sets unit of the value to be specified for row height.
Declaration
public ChartUnitType Unit { get; set; }
Property Value
Type | Description |
---|---|
ChartUnitType |
Methods
Clone()
Clone the Row
Declaration
public DependencyObject Clone()
Returns
Type |
---|
System.Windows.DependencyObject |