Click or drag to resize

AxisLayout Class

LightningChart .NET Help
Axis layout.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.Charting.Views.ViewXYAxisLayout

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class AxisLayout : ChartNode, IChartNode

The AxisLayout type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAutoAdjustAxisGap
Auto adjust axis gap.
Public propertyAutoAdjustMargins
Calculate margins automatically.
Public propertyAutoShrinkSegmentsGap
Automatically shrink segments gap so that all segments can fit in graph.
Public propertyAxisGridStrips
Axis grid strip.
Public propertyGridVisibilityOrder
Grid visibility order. Note each axis has individual controls for major and minor grid visibility, color, line style etc.
Public propertySegments
Y-axis segment list. Used, when axis layout is segmented.
Public propertySegmentsGap
When stacked or segmented view is defined and there's more than one Y-axis defined, this is the gap in pixels between graph segments.
Public propertyXAxisAutoPlacement
X-axes auto placement.
Public propertyXAxisTitleAutoPlacement
Place X-axis title automatically. If enabled overwrites X-axis' Title and Units two properties: VerticalAlign and DistanceToAxis.
Public propertyXGridStripAxisIndex
X-grid strip fill axis index.
Public propertyYAxesLayout
Y-axis mode, when there's several Y-axes defined
Public propertyYAxisAutoPlacement
Y-axes auto placement.
Public propertyYAxisTitleAutoPlacement
Place Y-axis title automatically. If enabled overwrites Y-axis' Title and Units two properties: HorizontalAlign and DistanceToAxis.
Public propertyYGridStripAxisIndexLayered
Y-grid fill strip axis index.
Remarks
Only applies when YAxesLayout is 'Layered'. In 'Stacked', each axis has an own vertical space and strips applied to that space only.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts object to string representation.
(Overrides ObjectToString.)
Top
See Also