menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeCategoryAxis - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeCategoryAxis

    Represents a specialized axis to plot data with date-time values based on index.

    Inheritance
    System.Object
    ChartAxis
    DateTimeCategoryAxis
    Inherited Members
    ChartAxis.ActualRangeChanged
    ChartAxis.AutoIntervalOnZoomingEnabled
    ChartAxis.AutoScrollingDelta
    ChartAxis.AutoScrollingMode
    ChartAxis.AxisLineOffset
    ChartAxis.CalculateActualRange()
    ChartAxis.CalculateVisibleRange(SizeF)
    ChartAxis.CoefficientToValue(Double)
    ChartAxis.CrossesAt
    ChartAxis.CrossingAxisName
    ChartAxis.EdgeLabelsDrawingMode
    ChartAxis.GetActualDesiredIntervalsCount(SizeF)
    ChartAxis.Interval
    ChartAxis.Inversed
    ChartAxis.IsVertical
    ChartAxis.LabelClicked
    ChartAxis.LabelCreated
    ChartAxis.LabelExtent
    ChartAxis.LabelRotationAngle
    ChartAxis.LabelsIntersectAction
    ChartAxis.LabelStyle
    ChartAxis.LineStyle
    ChartAxis.MajorGridLineStyle
    ChartAxis.MajorTickStyle
    ChartAxis.MaximumLabels
    ChartAxis.Name
    ChartAxis.OnPropertyChanged()
    ChartAxis.OpposedPosition
    ChartAxis.PlotOffset
    ChartAxis.PlotOffsetEnd
    ChartAxis.PlotOffsetStart
    ChartAxis.PointToValue(PointF)
    ChartAxis.PolarAngle
    ChartAxis.RangeStyles
    ChartAxis.RenderNextToCrossingValue
    ChartAxis.ShowMajorGridLines
    ChartAxis.ShowTrackballInfo
    ChartAxis.TickPosition
    ChartAxis.Title
    ChartAxis.TrackballLabelStyle
    ChartAxis.ValueToCoefficient(Double)
    ChartAxis.ValueToPoint(Double)
    ChartAxis.ValueToPolarCoefficient(Double)
    ChartAxis.Visibility
    ChartAxis.VisibleLabels
    ChartAxis.VisibleRange
    ChartAxis.ZoomFactor
    ChartAxis.ZoomPosition
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class DateTimeCategoryAxis : ChartAxis

    Constructors

    DateTimeCategoryAxis()

    Declaration
    public DateTimeCategoryAxis()

    Properties

    IntervalType

    Gets or sets the value that determines the type of interval to be displayed in axis.

    Declaration
    public DateTimeIntervalType IntervalType { get; set; }
    Property Value
    Type
    DateTimeIntervalType

    StripLines

    Gets or sets a collection of strip lines to be added to the chart axis.

    Declaration
    public NumericalStripLinesCollection StripLines { get; set; }
    Property Value
    Type
    NumericalStripLinesCollection

    Methods

    ApplyRangePadding(DoubleRange, Double)

    Declaration
    protected override DoubleRange ApplyRangePadding(DoubleRange range, double interval)
    Parameters
    Type Name Description
    DoubleRange range
    System.Double interval
    Returns
    Type
    DoubleRange
    Overrides
    ChartAxis.ApplyRangePadding(DoubleRange, Double)

    CalculateActualInterval(DoubleRange, SizeF)

    Declaration
    protected override double CalculateActualInterval(DoubleRange range, SizeF availableSize)
    Parameters
    Type Name Description
    DoubleRange range
    System.Drawing.SizeF availableSize
    Returns
    Type
    System.Double
    Overrides
    ChartAxis.CalculateActualInterval(DoubleRange, SizeF)

    CalculateNiceInterval(DoubleRange, SizeF)

    Declaration
    protected override double CalculateNiceInterval(DoubleRange actualRange, SizeF availableSize)
    Parameters
    Type Name Description
    DoubleRange actualRange
    System.Drawing.SizeF availableSize
    Returns
    Type
    System.Double
    Overrides
    ChartAxis.CalculateNiceInterval(DoubleRange, SizeF)

    GenerateVisibleLabels()

    Declaration
    protected override void GenerateVisibleLabels()
    Overrides
    ChartAxis.GenerateVisibleLabels()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved