Base |
The BaseAxisWithLabelsVisual3D type exposes the following members.
Name | Description | |
---|---|---|
AxisEndPositionProperty | AxisEndPositionProperty | |
AxisLineColorProperty | AxisLineColorProperty | |
AxisLineThicknessProperty | AxisLineThicknessProperty | |
AxisStartPositionProperty | AxisStartPositionProperty | |
AxisTitleBrushProperty | AxisTitleBrushProperty | |
AxisTitleFontSizeSizeProperty | FontSizeProperty | |
AxisTitleFontWeightProperty | AxisTitleFontWeightProperty | |
AxisTitlePaddingProperty | AxisTitlePaddingProperty | |
AxisTitleProperty | AxisTitleProperty | |
CameraProperty | CameraProperty | |
customValueColors | When not null, it provides the custom colors for the value labels. To set custom value colors, call SetCustomValueColors(Color) method. | |
FontFamilyProperty | FontSizeProperty | |
IsRenderingOnRightSideOfAxisProperty | IsRenderingOnRightSideOfAxisProperty | |
majorTickPositions | A list of Point3D values that define the positions for each minor tick. Those positions lie on the axis. | |
MajorTicksLengthProperty | MajorTicksLengthProperty | |
MajorTicksStepProperty | MajorTicksStepProperty | |
majorTickValues | A list of double value that define the major tick values. The values are stored as offsets from MinimumValue. | |
MaximumValueProperty | MaximumValueProperty | |
MinimumValueProperty | MinimumValueProperty | |
minorTickPositions | A list of Point3D values that define the positions for each major tick. Those positions lie on the axis. | |
MinorTicksLengthProperty | MinorTicksLengthProperty | |
MinorTicksStepProperty | MajorTicksStepProperty | |
minorTickValues | A list of double value that define the minor tick values. The values are stored as offsets from MinimumValue. | |
RightDirectionVector3DProperty | RightDirectionVector3DProperty | |
SnapMaximumValueToMajorTicksProperty | SnapShownMaximumValueToMajorTicksProperty | |
TicksLineColorProperty | TicksLineColorProperty | |
TicksLineThicknessProperty | TicksLineThicknessProperty | |
useCustomMajorTickValues | 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). | |
useCustomMinorTickValues | 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). | |
useCustomValueLabels | 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). | |
ValueDisplayFormatStringProperty | ValueDisplayFormatStringProperty | |
valueLabelPositions | 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. | |
valueLabels | 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(String) method. To set custom value colors, call SetCustomValueColors(Color) method. | |
ValueLabelsBrushProperty | ValueLabelsBrushProperty | |
ValueLabelsFontSizeProperty | FontSizeProperty | |
ValueLabelsFontWeightProperty | ValueLabelsFontWeightProperty | |
ValueLabelsPaddingProperty | ValueLabelsPaddingProperty |