Class PivotChartAxis
Represents the axis of Pivot Chart control.
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartAxis : NumericalAxis, ICloneable, IRangeAxis, IDisposable
Constructors
PivotChartAxis()
Initializes a new instance of the PivotChartAxis class.
Declaration
public PivotChartAxis()
PivotChartAxis(SfPivotChart)
Initializes a new instance of the PivotChartAxis class.
Declaration
public PivotChartAxis(SfPivotChart pivotChart)
Parameters
Type | Name | Description |
---|---|---|
SfPivotChart | pivotChart | The pivot chart, parent element. |
Fields
ExpanderStyleProperty
Identifies the ExpanderStyle dependency property.
Declaration
public static DependencyProperty ExpanderStyleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
GroupLineStrokeProperty
Identifies the GroupLineStroke dependency property.
Declaration
public static DependencyProperty GroupLineStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
GroupLineStrokeThicknessProperty
Identifies the GroupLineStrokeThickness dependency property.
Declaration
public static DependencyProperty GroupLineStrokeThicknessProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
PivotEngineProperty
Identifies the PivotEngine dependency property.
Declaration
public static DependencyProperty PivotEngineProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ExpanderStyle
Gets or sets the style for expanders.
Declaration
public Style ExpanderStyle { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Style |
Remarks
This is applicable only for primary axis.
GroupLineStroke
Gets or sets the color of group line available in primary axis.
Declaration
public Brush GroupLineStroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Remarks
This is applicable only for primary axis.
GroupLineStrokeThickness
Gets or sets the stroke thickness of group line available in primary axis.
Declaration
public Thickness GroupLineStrokeThickness { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
Remarks
This is applicable only for primary axis.
Orientation
Gets the orientation of chart axis.
Declaration
public Orientation Orientation { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.Orientation |
PivotEngine
Gets or sets the pivot engine data to populate labels.
Declaration
public object PivotEngine { get; set; }
Property Value
Type |
---|
System.Object |
Methods
add_LabelClick(PivotChartLabelClickEventHandler)
Declaration
public void add_LabelClick(PivotChartLabelClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
PivotChartLabelClickEventHandler | value |
ApplyRangePadding(DoubleRange, Double)
Called when the range is applied as padding for chart axis.
Declaration
protected override DoubleRange ApplyRangePadding(DoubleRange range, double interval)
Parameters
Type | Name | Description |
---|---|---|
DoubleRange | range | |
System.Double | interval |
Returns
Type |
---|
DoubleRange |
Overrides
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Overrides
OnAxisBoundsChanged(ChartAxisBoundsEventArgs)
Called when the boundary value of chart axis gets changed.
Declaration
protected override void OnAxisBoundsChanged(ChartAxisBoundsEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ChartAxisBoundsEventArgs | args | Event data for the event |
Overrides
OnAxisVisibleRangeChanged(VisibleRangeChangedEventArgs)
Called when the visible range of chart axis gets changed.
Declaration
protected override void OnAxisVisibleRangeChanged(VisibleRangeChangedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
VisibleRangeChangedEventArgs | args | Event data for the event |
Overrides
remove_LabelClick(PivotChartLabelClickEventHandler)
Declaration
public void remove_LabelClick(PivotChartLabelClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
PivotChartLabelClickEventHandler | value |
Events
LabelClick
Occurs when a label has been clicked to do drill-down or drill-up
Declaration
public event PivotChartLabelClickEventHandler LabelClick
Event Type
Type |
---|
PivotChartLabelClickEventHandler |