menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class RangeAxisBase

    Serves as a base class for all types of range axis.

    Inheritance
    System.Object
    ChartAxis
    RangeAxisBase
    DateTimeAxis
    LogarithmicAxis
    NumericalAxis
    Inherited Members
    ChartAxis.ActualRangeChanged
    ChartAxis.ApplyRangePadding(DoubleRange, Double)
    ChartAxis.AutoIntervalOnZoomingEnabled
    ChartAxis.AutoScrollingDelta
    ChartAxis.AutoScrollingMode
    ChartAxis.AxisLineOffset
    ChartAxis.CalculateActualInterval(DoubleRange, SizeF)
    ChartAxis.CalculateActualRange()
    ChartAxis.CalculateNiceInterval(DoubleRange, SizeF)
    ChartAxis.CalculateVisibleRange(SizeF)
    ChartAxis.CoefficientToValue(Double)
    ChartAxis.CrossesAt
    ChartAxis.CrossingAxisName
    ChartAxis.EdgeLabelsDrawingMode
    ChartAxis.GenerateVisibleLabels()
    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.Visibility
    ChartAxis.VisibleLabels
    ChartAxis.VisibleRange
    ChartAxis.ZoomFactor
    ChartAxis.ZoomPosition
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public abstract class RangeAxisBase : ChartAxis

    Constructors

    RangeAxisBase()

    Declaration
    public RangeAxisBase()

    Properties

    EdgeLabelsVisibilityMode

    Gets or sets a visibility mode of the axis labels for better user experience.

    Declaration
    public EdgeLabelsVisibilityMode EdgeLabelsVisibilityMode { get; set; }
    Property Value
    Type
    EdgeLabelsVisibilityMode

    MinorGridLineStyle

    Gets the customized style for the minor gridline.

    Declaration
    public ChartLineStyle MinorGridLineStyle { get; }
    Property Value
    Type
    ChartLineStyle

    MinorTicksPerInterval

    Gets or sets the value that defines the number of minor tick/grid lines that resided between the adjacent major tick/grid lines.

    Declaration
    public int MinorTicksPerInterval { get; set; }
    Property Value
    Type
    System.Int32

    MinorTickStyle

    Gets the customized style for the minor tick lines.

    Declaration
    public ChartAxisTickStyle MinorTickStyle { get; }
    Property Value
    Type
    ChartAxisTickStyle

    ShowMinorGridLines

    Gets or sets a value indicating whether to show the minor gridlines for the axis.

    Declaration
    public bool ShowMinorGridLines { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    AddSmallTicksPoint(Double, Double)

    Declaration
    protected virtual void AddSmallTicksPoint(double position, double interval)
    Parameters
    Type Name Description
    System.Double position
    System.Double interval

    ValueToPolarCoefficient(Double)

    Declaration
    public override float ValueToPolarCoefficient(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    System.Single
    Overrides
    ChartAxis.ValueToPolarCoefficient(Double)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved