menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRowDefinition - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRowDefinition

    Represents a row definition.

    Inheritance
    System.Object
    ChartRowDefinition
    Implements
    ICloneable
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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
    Windows.UI.Xaml.DependencyProperty

    BorderThicknessProperty

    The DependencyProperty for BorderThickness property.

    Declaration
    public static readonly DependencyProperty BorderThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeightProperty

    The DependencyProperty for Height property.

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    UnitProperty

    The DependencyProperty for Unit property.

    Declaration
    public static readonly DependencyProperty UnitProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    BorderStroke

    Gets or sets the brush for the border of the row.

    Declaration
    public Brush BorderStroke { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The Windows.UI.Xaml.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

    ChartUnitType

    Methods

    Clone()

    Clone the Row

    Declaration
    public DependencyObject Clone()
    Returns
    Type
    Windows.UI.Xaml.DependencyObject

    Implements

    ICloneable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved