Class PivotViewPivotAxis
Inheritance
System.Object
PivotViewPivotAxis
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotAxis : EJTagHelper
Constructors
PivotViewPivotAxis()
Declaration
public PivotViewPivotAxis()
Properties
Border
Allows to set the border of the multi level labels.
Declaration
[HtmlAttributeName("border")]
public PivotViewPivotChartAxisLabelBorder Border { get; set; }
Property Value
Coefficient
Allows to set the polar radar radius position.
Declaration
[HtmlAttributeName("coefficient")]
public double Coefficient { get; set; }
Property Value
Type |
Description |
System.Double |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Allows options to customize the crosshair ToolTip.
Declaration
[HtmlAttributeName("crosshairTooltip")]
public PivotViewPivotChartAxisCrosshairTooltip CrosshairTooltip { get; set; }
Property Value
Description
Allows to set the description for axis and its element.
Declaration
[HtmlAttributeName("description")]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EdgeLabelPlacement
Allows to set the position of labels at the edge of the axis.They are,
Shift: Shifts the edge labels.
None: No action will be performed.
Hide: Edge label will be hidden.
Declaration
[HtmlAttributeName("edgeLabelPlacement")]
public object EdgeLabelPlacement { get; set; }
Property Value
Type |
Description |
System.Object |
|
EnableTrim
Allows to set the Trim property for an axis.
Declaration
[HtmlAttributeName("enableTrim")]
public bool EnableTrim { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Interval
Allows to set the interval for an axis.
Declaration
[HtmlAttributeName("interval")]
public double Interval { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsIndexed
Allows to specify the indexed category to the axis.
Declaration
[HtmlAttributeName("isIndexed")]
public bool IsIndexed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsInversed
Allows to specify whether the axis to be rendered in inversed manner or not.
Declaration
[HtmlAttributeName("isInversed")]
public bool IsInversed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.
It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.
Declaration
[HtmlAttributeName("labelFormat")]
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelIntersectAction
Allows to set the actions like Hide
, Rotate45
, and Rotate90
when the axis labels intersect with each other.They are,
Rotate45: Rotates the label to 45 degree when it intersects.
Rotate90: Rotates the label to 90 degree when it intersects.
None: Shows all the labels.
Hide: Hides the label when it intersects.
Declaration
[HtmlAttributeName("labelIntersectAction")]
public object LabelIntersectAction { get; set; }
Property Value
Type |
Description |
System.Object |
|
LabelPlacement
Allows to set the placement of a label for category axis. They are,
onTicks: Renders the label on the ticks.
betweenTicks: Renders the label between the ticks.
Declaration
[HtmlAttributeName("labelPlacement")]
public object LabelPlacement { get; set; }
Property Value
Type |
Description |
System.Object |
|
LabelPosition
Allows to set the placement of a labels to the axis line. They are,
outside: Renders the labels outside to the axis line.
inside: Renders the labels inside to the axis line.
Declaration
[HtmlAttributeName("labelPosition")]
public object LabelPosition { get; set; }
Property Value
Type |
Description |
System.Object |
|
LabelRotation
Allows to set the angle to which the axis label gets rotated.
Declaration
[HtmlAttributeName("labelRotation")]
public double LabelRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
LabelStyle
Allows options to customize the axis label.
Declaration
[HtmlAttributeName("labelStyle")]
public PivotViewPivotChartAxisFont LabelStyle { get; set; }
Property Value
LineStyle
Allows options for customizing axis lines.
Declaration
[HtmlAttributeName("lineStyle")]
public PivotViewPivotChartAxisAxisLine LineStyle { get; set; }
Property Value
MajorGridLines
Allows options for customizing major grid lines.
Declaration
[HtmlAttributeName("majorGridLines")]
public PivotViewPivotChartAxisMajorGridLines MajorGridLines { get; set; }
Property Value
MajorTickLines
Allows options for customizing major tick lines.
Declaration
[HtmlAttributeName("majorTickLines")]
public PivotViewPivotChartAxisMajorTickLines MajorTickLines { get; set; }
Property Value
Maximum
Allows to set the maximum range of an axis.
Declaration
[HtmlAttributeName("maximum")]
public object Maximum { get; set; }
Property Value
Type |
Description |
System.Object |
|
MaximumLabelWidth
Allows to set the maximum width of an axis label.
Declaration
[HtmlAttributeName("maximumLabelWidth")]
public double MaximumLabelWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Allows to set the minimum range of an axis.
Declaration
[HtmlAttributeName("minimum")]
public object Minimum { get; set; }
Property Value
Type |
Description |
System.Object |
|
MinorGridLines
Allows options for customizing minor grid lines.
Declaration
[HtmlAttributeName("minorGridLines")]
public PivotViewPivotChartAxisMinorGridLines MinorGridLines { get; set; }
Property Value
MinorTickLines
Allows options for customizing minor tick lines.
Declaration
[HtmlAttributeName("minorTickLines")]
public PivotViewPivotChartAxisMinorTickLines MinorTickLines { get; set; }
Property Value
MinorTicksPerInterval
Allows to set the number of minor ticks per interval.
Declaration
[HtmlAttributeName("minorTicksPerInterval")]
public double MinorTicksPerInterval { get; set; }
Property Value
Type |
Description |
System.Double |
|
OpposedPosition
If set to true, the axis will render at the opposite side of its default position.
Declaration
[HtmlAttributeName("opposedPosition")]
public bool OpposedPosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
PlotOffset
Allows to set the left and right padding for the plot area in pixels.
Declaration
[HtmlAttributeName("plotOffset")]
public double PlotOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartAngle
Allows to set the start angle for the series.
Declaration
[HtmlAttributeName("startAngle")]
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
StripLines
Allows to set the stripLine collection for the axis
Declaration
[HtmlAttributeName("stripLines")]
public List<PivotViewStripLine> StripLines { get; set; }
Property Value
TabIndex
Allows to set the tabindex value for the axis.
Declaration
[HtmlAttributeName("tabIndex")]
public double TabIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
TickPosition
Allows to set the placement of a ticks to the axis line. They are,
outside: Renders the ticks outside to the axis line.
inside: Renders the ticks inside to the axis line.
Declaration
[HtmlAttributeName("tickPosition")]
public object TickPosition { get; set; }
Property Value
Type |
Description |
System.Object |
|
Title
Allows to set the title of an axis.
Declaration
[HtmlAttributeName("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
TitleStyle
Allows options for customizing the axis title.
Declaration
[HtmlAttributeName("titleStyle")]
public PivotViewPivotChartAxisFont TitleStyle { get; set; }
Property Value
Visible
If set to true, axis label will be visible.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ZoomFactor
Allows to scale the axis by this value. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.
Declaration
[HtmlAttributeName("zoomFactor")]
public double ZoomFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|