API Reference
ChartAxis
Defines renderer-neutral bounds, scale, ticks, labels, and visibility for one chart axis.
Inheritance
- Object
- ChartAxis
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.ConfigureSecondaryYAxis
- Method Chart.ConfigureXAxis
- Method Chart.ConfigureYAxis
- Method RadialValueScale.Create
Methods
WithAutomaticBounds() #Clears explicit bounds.
WithBounds(System.Double arg1, System.Double arg2) #Sets explicit bounds.
Parameters
- arg1 System.Double
- arg2 System.Double
WithLabelFormatter(System.Func{System.Double,System.String} arg1) #Sets the label formatter.
Parameters
- arg1 System.Func{System.Double,System.String}
WithScale(ChartForgeX.Core.ChartScaleKind arg1) #Sets the mathematical scale.
Parameters
- arg1 ChartForgeX.Core.ChartScaleKind
Properties
Minimum #Gets or sets an explicit minimum. Null enables automatic bounds.
Maximum #Gets or sets an explicit maximum. Null enables automatic bounds.
Scale #Gets or sets the mathematical axis scale.
SymmetricLogarithmThreshold #Gets or sets the positive linear threshold used by symmetric logarithmic scaling.
TickCount #Gets or sets the preferred number of generated ticks.
LabelDensity #Gets or sets label density.
LabelAngle #Gets or sets label rotation in degrees.
Visible #Gets or sets a value indicating whether the axis and its labels are visible.
ShowLine #Gets or sets a value indicating whether the axis rule is visible.
LabelFormatter #Gets or sets a formatter for generated labels.
Labels #Gets explicit value-to-label mappings.