WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisBase3D

    Show / Hide Table of Contents

    Class ChartAxisBase3D

    Class implementation for ChartAxisBase3D

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

    Constructors

    ChartAxisBase3D()

    Initializes a new instance of the ChartAxisBase3D class.

    Declaration
    public ChartAxisBase3D()

    Methods

    CoefficientToValue(Double)

    Converts co-ordinate of point related to chart control to axis units.

    Declaration
    public override double CoefficientToValue(double value)
    Parameters
    Type Name Description
    System.Double value

    The absolute point value.

    Returns
    Type Description
    System.Double

    The value of point on axis.

    Overrides
    ChartAxis.CoefficientToValue(Double)
    See Also
    ValueToCoefficient(System.Double)

    OnAxisBoundsChanged(ChartAxisBoundsEventArgs)

    Raises the AxisBoundsChanged event.

    Declaration
    protected override void OnAxisBoundsChanged(ChartAxisBoundsEventArgs args)
    Parameters
    Type Name Description
    ChartAxisBoundsEventArgs args

    The ChartAxisBoundsEventArgs instance containing the event data.

    Overrides
    ChartAxis.OnAxisBoundsChanged(ChartAxisBoundsEventArgs)

    Implements

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