Specifies how to position axis labels along a ChartAxis.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum AxisLabelLayout
Visual Basic
Public Enumeration AxisLabelLayout
Visual C++
public enum class AxisLabelLayout

Members

Member nameValueDescription
Normal0 Axis labels are positioned from the start to the end of the ChartAxis.
Inside1 Axis labels start and end between a buffer placed at each end of the ChartAxis. This is useful for bar charts.

See Also