Members 
TernaryNumericAxis Class
Provides a Linear, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the X, Y or Z-Axis of a SciChart.Charting.Visuals.SciChartTernarySurface.
Object Model
TernaryNumericAxis ClassIRange InterfaceIRange InterfaceILabelProvider InterfaceILabelProvider InterfaceIAnnotationCanvas InterfaceISciChartTernarySurface InterfaceTernaryCoordinateCalculator ClassIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceITernaryAxis InterfaceITernaryAxis InterfaceITernaryAxis InterfaceIServiceContainer InterfaceTernaryAxisContainer ClassTernaryAxisBase ClassTernaryTickLabelAxisCanvas ClassITickCoordinatesProvider InterfaceITickProvider InterfaceIRange Interface
Syntax
[AbtLicenseProvider(SciChart.Charting.Licensing.AxisAbtLicenseProvider)]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class TernaryNumericAxis : TernaryAxisBase, IAxisCore, IAxisParams, ITernaryAxis, ITernaryHitTestable, SciChart.Charting.Visuals.IDrawable, SciChart.Core.Framework.IInvalidatableElement, SciChart.Core.Framework.ISuspendable  
Remarks
All TernaryAxisBase derived types have a AxisCore.TextFormatting property to define axis text labels, however a more advanced way of defining axis label text is via the AxisCore.LabelProvider property - expecting a custom ILabelProvider derived type. In order to separately format cursor labels please see the AxisCore.CursorTextFormatting or again implement a customer ILabelProvider. All axis types have many properties to define how they operate. These include AxisCore.DrawMajorGridLines, AxisCore.DrawMinorGridLines, AxisCore.DrawMajorTicks, AxisCore.DrawMinorTicks, DrawMajorBands, AxisCore.DrawLabels. Finally, all axis components can be styled.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        SciChart.Charting.Visuals.RenderableSeries.TemplatableControl
                           SciChart.Charting.Visuals.Axes.AxisCore
                              SciChart.Charting.Visuals.Axes.TernaryAxisBase
                                 SciChart.Charting.Visuals.Axes.TernaryNumericAxis

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also