Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3D Fields

The BaseAxisWithLabelsVisual3D type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAxisEndPositionProperty AxisEndPositionProperty
Public fieldStatic memberAxisLineColorProperty AxisLineColorProperty
Public fieldStatic memberAxisLineThicknessProperty AxisLineThicknessProperty
Public fieldStatic memberAxisStartPositionProperty AxisStartPositionProperty
Public fieldStatic memberAxisTitleBrushProperty AxisTitleBrushProperty
Public fieldStatic memberAxisTitleFontSizeSizeProperty FontSizeProperty
Public fieldStatic memberAxisTitleFontWeightProperty AxisTitleFontWeightProperty
Public fieldStatic memberAxisTitlePaddingProperty AxisTitlePaddingProperty
Public fieldStatic memberAxisTitleProperty AxisTitleProperty
Public fieldStatic memberCameraProperty CameraProperty
Public fieldStatic memberFontFamilyProperty FontSizeProperty
Public fieldStatic memberIsRenderingOnRightSideOfAxisProperty IsRenderingOnRightSideOfAxisProperty
Protected fieldmajorTickPositions A list of Point3D values that define the positions for each minor tick. Those positions lie on the axis.
Public fieldStatic memberMajorTicksLengthProperty MajorTicksLengthProperty
Public fieldStatic memberMajorTicksStepProperty MajorTicksStepProperty
Protected fieldmajorTickValues A list of double value that define the major tick values. The values are stored as offsets from MinimumValue.
Public fieldStatic memberMaximumValueProperty MaximumValueProperty
Public fieldStatic memberMinimumValueProperty MinimumValueProperty
Protected fieldminorTickPositions A list of Point3D values that define the positions for each major tick. Those positions lie on the axis.
Public fieldStatic memberMinorTicksLengthProperty MinorTicksLengthProperty
Public fieldStatic memberMinorTicksStepProperty MajorTicksStepProperty
Protected fieldminorTickValues A list of double value that define the minor tick values. The values are stored as offsets from MinimumValue.
Public fieldStatic memberRightDirectionVector3DProperty RightDirectionVector3DProperty
Public fieldStatic memberSnapMaximumValueToMajorTicksProperty SnapShownMaximumValueToMajorTicksProperty
Public fieldStatic memberTicksLineColorProperty TicksLineColorProperty
Public fieldStatic memberTicksLineThicknessProperty TicksLineThicknessProperty
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(Double).
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(Double).
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(String).
Public fieldStatic memberValueDisplayFormatStringProperty ValueDisplayFormatStringProperty
Protected fieldvalueLabelPositions A list of Point3D 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.
Public fieldStatic memberValueLabelsBrushProperty ValueLabelsBrushProperty
Public fieldStatic memberValueLabelsFontSizeProperty FontSizeProperty
Public fieldStatic memberValueLabelsFontWeightProperty ValueLabelsFontWeightProperty
Public fieldStatic memberValueLabelsPaddingProperty ValueLabelsPaddingProperty
Top
See Also