Class OlapLabelsPanel
Represents the Labels Panel for Primary Axis.
Inheritance
System.Object
OlapLabelsPanel
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class OlapLabelsPanel : Grid
Constructors
OlapLabelsPanel()
Declaration
public OlapLabelsPanel()
Fields
LabelsSourceProperty
Identifies the LabelsSource dependency property.
Declaration
public static readonly DependencyProperty LabelsSourceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelTemplateProperty
Identifies the LabelTemplate dependency property.
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
LabelsSource
Gets or sets the labels source.
Declaration
public PivotEngine LabelsSource { get; set; }
Property Value
Type | Description |
---|---|
PivotEngine | The labels source. |
LabelTemplate
Gets or sets the LabelTemplate. This is a dependency property.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The LabelTemplate. |
Orientation
Gets or sets the Orientation. This is a dependency property.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.Orientation | The Orientation. |
Methods
MeasureOverride(Size)
Measures the children of a System.Windows.Controls.Grid in anticipation of arranging them during the System.Windows.Controls.Grid.ArrangeOverride(System.Windows.Size) pass.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint | Indicates an upper limit size that should not be exceeded. |
Returns
Type | Description |
---|---|
System.Windows.Size | System.Windows.Size that represents the required size to arrange child content. |