ITernaryAxis Interface Properties

For a list of all members of this type, see ITernaryAxis members.

Public Properties
 NameDescription
 PropertyGets the height of the ITernaryHitTestable (Inherited from SciChart.Charting.Visuals.Axes.ITernaryHitTestable)
 PropertyGets the width of the ITernaryHitTestable (Inherited from SciChart.Charting.Visuals.Axes.ITernaryHitTestable)
 Property Gets or sets angle for axis roation  
 Property Gets or sets the animated VisibleRange of the Axis. When this property is set, the axis animates the VisibleRange to the new value (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 PropertyGets or sets whether this current axis AutoRange. Default is AutoRange.Once (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets value, that indicates whether calculate ticks automatically. Default is True. (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 PropertyGets or sets the AxisAlignment for this Axis. Default is Right.  
 PropertyGets or sets the Fill of the Axis Bands. Also see DrawMajorBands to enable this behaviour (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the Axis Title (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the Text Formatting String for Labels on this cursor (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets the DataRange (full extents of the data) of the Axis  
 Property If True, draw labels for each major tick on the Axis, else skips this step (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property If True, draws Major Axis Bands (a filled area between major gridlines), else skips this step (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property If True, draws Major Grid Lines, else skips this step (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property If True, draws Major Tick Lines, else skips this step (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property If True, draws Minor Grid Lines, else skips this step (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property If True, draws Minor Tick Lines, else skips this step (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets a flag indicating whether to flip the tick and pixel coordinate generation for this axis, causing the axis ticks to decrement and chart to be flipped in the axis direction (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the GrowBy Factor. e.g. GrowBy(0.1, 0.2) will increase the axis extents by 10% (min) and 20% (max) outside of the data range (Inherited from SciChart.Charting.Visuals.Axes.IAxisParams)
 Property Gets whether the VisibleRange has default value (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets whether the VisibleRange is valid, e.g. is not null, is not NaN and the difference between Max and Min is not zero (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 PropertyGets or sets the height of the SciChart.Charting.Visuals.IDrawable in pixels (Inherited from SciChart.Charting.Visuals.IDrawable)
 PropertyGets or sets the string Id of this axis. Used to associated SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries and SciChart.Charting.ChartModifiers.YAxisDragModifier (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets a value indicating whether this instance is a logarithmic axis. (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable)
 Property Gets whether this axis is an X-Axis or not (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets whether this axis is Y or not  
 Property Gets whether this axis is Z or not  
 PropertyGets or sets a SciChart.Charting.Visuals.Axes.LabelProviders.ILabelProvider instance, which may be used to programmatically override the formatting of text and cursor labels. For examples, see the SciChart.Charting.Visuals.Axes.LabelProviders.NumericLabelProvider and SciChart.Charting.Visuals.Axes.LabelProviders.TradeChartAxisLabelProvider  
 Property Gets or sets the Major Delta (Inherited from SciChart.Charting.Visuals.Axes.IAxisParams)
 PropertyGets or sets the Major Grid Line Style (TargetType System.Windows.Shapes.Line), applied to all major gridlines drawn by this axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 PropertyGets or sets the Major Tick Line Style (TargetType System.Windows.Shapes.Line), applied to all major ticks on this axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the max ticks. (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the MinimalZoomConstrain of the Axis. This is used to set minimum distance between Min and Max of the VisibleRange (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the Minor Delta (Inherited from SciChart.Charting.Visuals.Axes.IAxisParams)
 PropertyGets or sets the Minor Grid Line Style (TargetType System.Windows.Shapes.Line), applied to all minor gridlines drawn by this axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the number of Minor Delta ticks per Major Tick (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 PropertyGets or sets the Minor Tick Line Style (TargetType System.Windows.Shapes.Line), applied to all major ticks on this axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets the modifier axis canvas, which is used by the CursorModifier to overlay cursor labels and by AxisMarkerAnnotations  
 Property Gets or sets the ParentSurface that this Axis is associated with  
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartSurface instance and shared between various scichart components throughout the surface instance. (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the Text Formatting String for Tick Labels on this axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets a style for the labels on this Axis. (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 PropertyGets or sets a SciChart.Charting.Numerics.TickProviders.ITickProvider instance on current axis, which is used to compute the data-values of Axis Gridlines, Ticks and Labels. (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the tick text brush applied to text labels  
 Property Gets or sets the Style of the Axis Title (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Property Gets or sets the visibility of the Axis  
 Property Gets or sets the VisibleRange of the Axis. In the case of XAxis, this will cause an align to X-Axis operation to take place (Inherited from SciChart.Charting.Visuals.Axes.IAxisParams)
 PropertyGets or sets the width of the SciChart.Charting.Visuals.IDrawable in pixels (Inherited from SciChart.Charting.Visuals.IDrawable)
Top
See Also