menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeAxisBase3D - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeAxisBase3D

    Class implementation for RangeAxisBase

    Inheritance
    System.Object
    ChartAxis
    ChartAxisBase3D
    RangeAxisBase3D
    DateTimeAxis3D
    LogarithmicAxis3D
    NumericalAxis3D
    TimeSpanAxis3D
    Implements
    ICloneable
    IRangeAxis
    Inherited Members
    ChartAxis.ActualPlotOffset
    ChartAxis.ActualRangeChanged
    ChartAxis.ApplyRangePadding(DoubleRange, Double)
    ChartAxis.ArrangeRect
    ChartAxis.AxisBoundsChanged
    ChartAxis.AxisLineOffset
    ChartAxis.AxisLineOffsetProperty
    ChartAxis.AxisLineStyle
    ChartAxis.AxisLineStyleProperty
    ChartAxis.CalculateActualInterval(DoubleRange, Size)
    ChartAxis.CalculateActualRange()
    ChartAxis.CalculateNiceInterval(DoubleRange, Size)
    ChartAxis.CalculateVisibleRange(Size)
    ChartAxis.Clone()
    ChartAxis.CoefficientToActualValue(Double)
    ChartAxis.ContentPath
    ChartAxis.ContentPathProperty
    ChartAxis.CrosshairLabelTemplate
    ChartAxis.CrosshairLabelTemplateProperty
    ChartAxis.CRoundDecimals
    ChartAxis.CustomLabels
    ChartAxis.DesiredIntervalsCount
    ChartAxis.DesiredIntervalsCountProperty
    ChartAxis.EdgeLabelsDrawingMode
    ChartAxis.EdgeLabelsDrawingModeProperty
    ChartAxis.EdgeLabelsVisibilityMode
    ChartAxis.EdgeLabelsVisibilityModeProperty
    ChartAxis.EnableAutoIntervalOnZooming
    ChartAxis.EnableAutoIntervalOnZoomingProperty
    ChartAxis.GetActualDesiredIntervalsCount(Size)
    ChartAxis.GetArrangeRect()
    ChartAxis.GetLabelContent(Double)
    ChartAxis.GetRenderedRect()
    ChartAxis.Header
    ChartAxis.HeaderPosition
    ChartAxis.HeaderPositionProperty
    ChartAxis.HeaderProperty
    ChartAxis.HeaderStyle
    ChartAxis.HeaderStyleProperty
    ChartAxis.HeaderTemplate
    ChartAxis.HeaderTemplateProperty
    ChartAxis.IsInversed
    ChartAxis.IsInversedProperty
    ChartAxis.IsLogarithmic
    ChartAxis.LabelCreated
    ChartAxis.LabelExtent
    ChartAxis.LabelExtentProperty
    ChartAxis.LabelFormat
    ChartAxis.LabelFormatProperty
    ChartAxis.LabelRotationAngle
    ChartAxis.LabelRotationAngleProperty
    ChartAxis.LabelsIntersectAction
    ChartAxis.LabelsIntersectActionProperty
    ChartAxis.LabelsPosition
    ChartAxis.LabelsPositionProperty
    ChartAxis.LabelsSource
    ChartAxis.LabelsSourceProperty
    ChartAxis.LabelStyle
    ChartAxis.LabelStyleProperty
    ChartAxis.LabelTemplate
    ChartAxis.LabelTemplateProperty
    ChartAxis.MajorGridLineStyle
    ChartAxis.MajorGridLineStyleProperty
    ChartAxis.MajorTickLineStyle
    ChartAxis.MajorTickLineStyleProperty
    ChartAxis.MaximumLabels
    ChartAxis.MaximumLabelsProperty
    ChartAxis.MaxPixelsCount
    ChartAxis.MeasureOverride(Size)
    ChartAxis.MinorGridLineStyle
    ChartAxis.MinorGridLineStyleProperty
    ChartAxis.MinorTickLineStyle
    ChartAxis.MinorTickLineStyleProperty
    ChartAxis.OnAxisVisibleRangeChanged(VisibleRangeChangedEventArgs)
    ChartAxis.OnCreateAutomationPeer()
    ChartAxis.OnPropertyChanged()
    ChartAxis.OnRegisteredSeriesCollectionChanged(Object, NotifyCollectionChangedEventArgs)
    ChartAxis.OpposedPosition
    ChartAxis.OpposedPositionProperty
    ChartAxis.Origin
    ChartAxis.OriginLineStyle
    ChartAxis.OriginLineStyleProperty
    ChartAxis.OriginProperty
    ChartAxis.PlotOffset
    ChartAxis.PlotOffsetEnd
    ChartAxis.PlotOffsetEndProperty
    ChartAxis.PlotOffsetProperty
    ChartAxis.PlotOffsetStart
    ChartAxis.PlotOffsetStartProperty
    ChartAxis.PolarCoefficientToValue(Double)
    ChartAxis.PositionPath
    ChartAxis.PositionPathProperty
    ChartAxis.PostfixLabelTemplate
    ChartAxis.PostfixLabelTemplateProperty
    ChartAxis.PrefixLabelTemplate
    ChartAxis.PrefixLabelTemplateProperty
    ChartAxis.RangeStyles
    ChartAxis.RangeStylesProperty
    ChartAxis.ShowAxisNextToOrigin
    ChartAxis.ShowAxisNextToOriginProperty
    ChartAxis.ShowGridLines
    ChartAxis.ShowGridLinesProperty
    ChartAxis.ShowOrigin
    ChartAxis.ShowOriginProperty
    ChartAxis.ShowTrackBallInfo
    ChartAxis.ShowTrackBallInfoProperty
    ChartAxis.ThumbLabelTemplate
    ChartAxis.ThumbLabelTemplateProperty
    ChartAxis.ThumbLabelVisibility
    ChartAxis.ThumbLabelVisibilityProperty
    ChartAxis.TickLineSize
    ChartAxis.TickLineSizeProperty
    ChartAxis.TickLinesPosition
    ChartAxis.TickLinesPositionProperty
    ChartAxis.TrackBallLabelTemplate
    ChartAxis.TrackBallLabelTemplateProperty
    ChartAxis.ValueToCoefficient(Double)
    ChartAxis.ValueToCoefficient(Double, Boolean)
    ChartAxis.ValueToPolarCoefficient(Double)
    ChartAxis.VisibleLabels
    ChartAxis.VisibleRange
    ChartAxisBase3D.CoefficientToValue(Double)
    ChartAxisBase3D.OnAxisBoundsChanged(ChartAxisBoundsEventArgs)
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public abstract class RangeAxisBase3D : ChartAxisBase3D, ICloneable, IRangeAxis

    Constructors

    RangeAxisBase3D()

    Declaration
    protected RangeAxisBase3D()

    Fields

    SmallTickLineSizeProperty

    The DependencyProperty for SmallTickLineSize property.

    Declaration
    public static readonly DependencyProperty SmallTickLineSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SmallTickLinesPositionProperty

    The DependencyProperty for SmallTickLinesPosition property.

    Declaration
    public static readonly DependencyProperty SmallTickLinesPositionProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SmallTicksPerIntervalProperty

    The DependencyProperty for SmallTicksPerInterval property.

    Declaration
    public static readonly DependencyProperty SmallTicksPerIntervalProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Range

    Gets the range.

    Declaration
    protected DoubleRange Range { get; }
    Property Value
    Type
    DoubleRange

    SmallTickLineSize

    Gets or sets small tick line size

    Declaration
    public double SmallTickLineSize { get; set; }
    Property Value
    Type
    System.Double

    SmallTickLinesPosition

    Gets or sets small tick lines position

    Declaration
    public AxisElementPosition SmallTickLinesPosition { get; set; }
    Property Value
    Type
    AxisElementPosition

    SmallTicksPerInterval

    Gets or sets small tick’s interval

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

    Methods

    AddSmallTicksPoint(Double)

    Method implementation for Add SmallTicksPoint

    Declaration
    protected override void AddSmallTicksPoint(double position)
    Parameters
    Type Name Description
    System.Double position

    The Position

    Overrides
    ChartAxis.AddSmallTicksPoint(Double)

    AddSmallTicksPoint(Double, Double)

    Method implementation for Add smallTicks to axis.

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

    The Position

    System.Double interval

    The Interval

    Overrides
    ChartAxis.AddSmallTicksPoint(Double, Double)

    CloneAxis(DependencyObject)

    Clones the given axis.

    Declaration
    protected override DependencyObject CloneAxis(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The Object

    Returns
    Type Description
    System.Windows.DependencyObject

    Returns the cloned axis.

    Overrides
    ChartAxis.CloneAxis(DependencyObject)

    GenerateVisibleLabels()

    Method implementation for Generate Labels in ChartAxis

    Declaration
    protected override void GenerateVisibleLabels()
    Overrides
    ChartAxis.GenerateVisibleLabels()

    Explicit Interface Implementations

    IRangeAxis.Range

    Gets the interface range.

    Declaration
    DoubleRange IRangeAxis.Range { get; }
    Returns
    Type
    DoubleRange

    Implements

    ICloneable
    IRangeAxis
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved