Class SFDateTimeCategoryAxis
Represents a specialized axis to plot data with date-time values based on index.
Inheritance
System.Object
SFDateTimeCategoryAxis
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFDateTimeCategoryAxis : SFAxis
Constructors
SFDateTimeCategoryAxis()
Declaration
public SFDateTimeCategoryAxis()
Properties
IntervalType
Gets or sets the value that determines the type of interval to be displayed in axis.
Declaration
public SFChartDateTimeIntervalType IntervalType { get; set; }
Property Value
StripLines
Gets or sets a collection of strip lines to be added to the chart axis.
Declaration
public NumericalStripLinesCollection StripLines { get; set; }
Property Value
Methods
ApplyRangePadding(DoubleRange, Double)
Declaration
protected override DoubleRange ApplyRangePadding(DoubleRange range, double interval)
Parameters
Type |
Name |
Description |
DoubleRange |
range |
|
System.Double |
interval |
|
Returns
Overrides
CalculateActualInterval(DoubleRange, SizeF)
Declaration
protected override double CalculateActualInterval(DoubleRange range, SizeF availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
range |
|
System.Drawing.SizeF |
availableSize |
|
Returns
Overrides
CalculateNiceInterval(DoubleRange, SizeF)
Declaration
protected override double CalculateNiceInterval(DoubleRange actualRange, SizeF availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
actualRange |
|
System.Drawing.SizeF |
availableSize |
|
Returns
Overrides
GenerateVisibleLabels()
Declaration
protected override void GenerateVisibleLabels()
Overrides