com.scichart.charting3d.visuals.axes Package : AxisPlaneDrawLabelsMode Enumeration
AxisPlaneDrawLabelsMode Enumeration
Defines enum with axis plane modes for drawing labels
Members
MemberDescription
AxisPlaneDrawLabelsBothAxis labels are drawn on both sides of the axis cube.
AxisPlaneDrawLabelsHiddenHides the axis labels for this plane, for example, when applied to the XY axis plane, the labels drawn by this plane will be hidden.
AxisPlaneDrawLabelsLocalXDraws the labels on one side (the local X) of the plane
AxisPlaneDrawLabelsLocalYDraws the labels on the other side (the local Y) of the plane
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.scichart.charting3d.visuals.axes.AxisPlaneDrawLabelsMode

See Also