Class PivotChartLabelPresenter
Represents the presenter to hold a pivot chart label.
Inheritance
System.Object
PivotChartLabelPresenter
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartLabelPresenter : ContentPresenter
Constructors
PivotChartLabelPresenter(PivotCellDescriptor, PivotChartAxis)
Initializes a new instance of the PivotChartLabelPresenter class.
Declaration
public PivotChartLabelPresenter(PivotCellDescriptor representedMember, PivotChartAxis axis)
Parameters
Type | Name | Description |
---|---|---|
PivotCellDescriptor | representedMember | The descriptor of pivot cell. |
PivotChartAxis | axis | The parent axis. |
Fields
ColumnProperty
Identifies the Column dependency property.
Declaration
public static DependencyProperty ColumnProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ColumnSpanProperty
Identifies the ColumnSpan dependency property.
Declaration
public static DependencyProperty ColumnSpanProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
RowProperty
Identifies the Row dependency property.
Declaration
public static DependencyProperty RowProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
RowSpanProperty
Identifies the RowSpan dependency property.
Declaration
public static DependencyProperty RowSpanProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Column
Gets or sets a value that indicates the column where the element should appear within a grid.
Declaration
public int Column { get; set; }
Property Value
Type |
---|
System.Int32 |
ColumnSpan
Gets or sets a value that indicates the total number of columns that the element spans within a grid.
Declaration
public int ColumnSpan { get; set; }
Property Value
Type |
---|
System.Int32 |
Row
Gets or sets a value that indicates the row where the element should appear within a grid.
Declaration
public int Row { get; set; }
Property Value
Type |
---|
System.Int32 |
RowSpan
Gets or sets a value that indicates the total number of rows that the element spans within a grid.
Declaration
public int RowSpan { get; set; }
Property Value
Type |
---|
System.Int32 |