Click or drag to resize

AxisLayout Properties

LightningChart .NET Help

The AxisLayout type exposes the following members.

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
See Also