Members 
LogarithmicNumericAxis3D Class
Provides a Logarithmic, Value Numeric Axis 3D, capable of rendering double, int, short, byte, long ticks on the X, Y or Z-Axis of a SciChart.Charting.Visuals.SciChartSurface. The LogarithmicBase property determines which base is used for the logarithm.
Object Model
LogarithmicNumericAxis3D ClassIRange InterfaceILabelProvider InterfaceILabelProvider InterfaceISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceIServiceContainer InterfaceITickCoordinatesProvider InterfaceITickProvider InterfaceIRange Interface
Syntax
[AbtLicenseProvider(SciChart.Charting.Licensing.Axis3DAbtLicenseProvider)]
[TemplatePart(Name="PART_ContentRoot", Type=System.Windows.Controls.Grid)]
[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 LogarithmicNumericAxis3D : NumericAxis3D, SciChart.Charting.Visuals.Axes.IAxisCore, SciChart.Charting.Visuals.Axes.IAxisParams, IAxis3D, ILogarithmicAxis3D, SciChart.Core.Framework.ISuspendable  
Remarks

All SciChart.Charting.Visuals.Axes.AxisBase derived types have a SciChart.Charting.Visuals.Axes.AxisCore.TextFormatting property to define axis text labels, however a more advanced way of defining axis label text is via the SciChart.Charting.Visuals.Axes.AxisCore.LabelProvider property - expecting a custom SciChart.Charting.Visuals.Axes.LabelProviders.ILabelProvider derived type.

In order to separately format cursor labels please see the SciChart.Charting.Visuals.Axes.AxisCore.CursorTextFormatting or again implement a customer SciChart.Charting.Visuals.Axes.LabelProviders.ILabelProvider.

All axis types have many properties to define how they operate. These include SciChart.Charting.Visuals.Axes.AxisCore.DrawMajorGridLines, SciChart.Charting.Visuals.Axes.AxisCore.DrawMinorGridLines, SciChart.Charting.Visuals.Axes.AxisCore.DrawMajorTicks, SciChart.Charting.Visuals.Axes.AxisCore.DrawMinorTicks, SciChart.Charting.Visuals.Axes.AxisCore.DrawMajorBands, SciChart.Charting.Visuals.Axes.AxisCore.DrawLabels.

Finally, all axis components can be styled. Please see the examples suite, the XAML Styling example to see how to use XAML to style axis elements.

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.Charting3D.Axis.AxisBase3D
                                 SciChart.Charting3D.Axis.NumericAxis3D
                                    SciChart.Charting3D.Axis.LogarithmicNumericAxis3D
                                       SciChart.Charting3D.Visuals.Axis.LogarithmicNumericAxis3DForMvvm

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