Click or drag to resize
Ab4d.SharpEngine logo

AxisWithLabelsBaseNode Fields

The AxisWithLabelsBaseNode type exposes the following members.

Fields
 NameDescription
Protected fieldcustomValueColors When not null, it provides the custom colors for the value labels. To set custom value colors, call SetCustomValueColors method.
Protected fieldisAxisTitleDirty 
Protected fieldisTickValuesDirty 
Protected fieldisValuePositionsDirty 
Protected fieldmajorTickPositions A list of Vector3 values that define the positions for each major tick. Those positions lie on the axis.
Protected fieldmajorTickValues A list of float values that define the major tick values. The values are stored as actual values.
Protected fieldminorTickPositions A list of Vector3 values that define the positions for each minor tick. Those positions lie on the axis.
Protected fieldminorTickValues A list of float values that define the minor tick values. The values are stored as actual values.
Protected fielduseCustomMajorTickValues When true, then custom major tick values are used and are not defined by interpolating between MinimumValue and MaximumValue. Custom value labels are set by SetCustomMajorTickValues.
Protected fielduseCustomMinorTickValues When true, then custom minor tick values are used and are not defined by interpolating between MinimumValue and MaximumValue. Custom value labels are set by SetCustomMinorTickValues.
Protected fielduseCustomValueLabels When true, then custom value labels are used and are not defined by calling string.Format for each major tick value. Custom value labels are set by SetCustomValueLabels.
Protected fieldvalueLabelPositions A list of Vector3 values that define the positions for each value label - text that shows the value for each major tick. Those positions are defined away from the axis based on ValueLabelsPadding.
Protected fieldvalueLabels A list of strings that define the text for value label that is shown for each major value. Indexes of texts are the same as indexes in majorTickValues. Custom value labels can be set by calling SetCustomValueLabels method. To set custom value colors, call SetCustomValueColors method.
Top
See Also