Class PivotChartAxisStyles.PivotChartAxis
Implements the functionalities of the pivot chart control's axis title, zooming and interlaced grid interior information.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public class PivotChartAxis
Constructors
PivotChartAxis(ChartControl)
Initializes a new instance of the PivotChartAxisStyles.PivotChartAxis class.
Declaration
public PivotChartAxis(ChartControl chartControl)
Parameters
Type | Name | Description |
---|---|---|
ChartControl | chartControl | Chart |
Properties
GridLineType
Gets the attributes of the axis grid lines.
Declaration
[ChartTemplate(ChartTemplateSet.Content)]
public LineInfo GridLineType { get; }
Property Value
Type |
---|
LineInfo |
Remarks
Please refer to LineInfo for more information on these attributes and how they can change the appearance of the grid lines.
InterlacedGrid
Gets or sets a value indicating whether interlaced grid is enabled.
Declaration
public bool InterlacedGrid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
InterlacedGridInterior
Gets or sets the interlaced grid interior.
Declaration
public BrushInfo InterlacedGridInterior { get; set; }
Property Value
Type | Description |
---|---|
BrushInfo | The interlaced grid interior. |
IsVisible
Gets or sets a value indicating whether this instance is visible.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LocationType
Gets or sets the locations types of X and Y axis. See LocationType.
Declaration
public ChartAxisLocationType LocationType { get; set; }
Property Value
Type |
---|
ChartAxisLocationType |
Remarks
Determines how location of axes is calculated. See LocationType.
ShowAxisLabelTooltip
Gets or sets a value indicating whether the tool tip associated with the axis labels are to be rendered.
Declaration
public bool ShowAxisLabelTooltip { get; set; }
Property Value
Type |
---|
System.Boolean |
Title
Gets the axis title.
Declaration
public PivotChartAxisStyles.AxisTitle Title { get; }
Property Value
Type |
---|
PivotChartAxisStyles.AxisTitle |
VisibleRange
Gets the visible range when zoomed.
Declaration
public virtual MinMaxInfo VisibleRange { get; }
Property Value
Type |
---|
MinMaxInfo |
Remarks
Don't try to change this property manually. The value will be changed if any of related properties is changed.
ZoomActions
Gets or sets the zoom actions.
Declaration
public ChartZoomingAction ZoomActions { get; set; }
Property Value
Type | Description |
---|---|
ChartZoomingAction | The zoom actions. |
ZoomedRange
Gets the range that is currently zoomed in.
Declaration
[ChartTemplate(ChartTemplateSet.ContentBehavior)]
public MinMaxInfo ZoomedRange { get; }
Property Value
Type |
---|
MinMaxInfo |
ZoomFactor
Gets or sets the factor that is to be used to calculate Zoomed range.
Declaration
[ChartTemplate(ChartTemplateSet.SimpleBehavior)]
public double ZoomFactor { get; set; }
Property Value
Type |
---|
System.Double |
ZoomPosition
Gets or sets the minimum value(ZoomPosition) displayed on this axis when zoomed as a fraction of the total range. For example if the total range is 20 and the minimum value currently displayed is 10, the ZoomPosition will be 0.5 (10/20).
Declaration
[ChartTemplate(ChartTemplateSet.SimpleBehavior)]
public double ZoomPosition { get; set; }
Property Value
Type |
---|
System.Double |