Click or drag to resize
AB4D logo

AxisWithOverlayLabelsVisual3D Fields

The AxisWithOverlayLabelsVisual3D type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAdjustFirstLabelPositionProperty AdjustFirstLabelPositionProperty
Public fieldStatic memberAdjustLastLabelPositionProperty AdjustLastLabelPositionProperty
Protected fieldallDataTextBlocks List of TextBlock objects used to render value labels.
Public fieldStatic memberIsRenderingTickLinesOnOverlayProperty IsRenderingTicksOnOverlayProperty
Public fieldLabelXAdjustmentFactor Gets or sets a double that specifies a factor that is multiplied by FontSize and used to adjust the X position of the first or last label when AdjustFirstLabelPosition or are used.
Public fieldLabelYAdjustmentFactor Gets or sets a double that specifies a factor that is multiplied by FontSize and used to adjust the Y position of the first or last label when AdjustFirstLabelPosition or are used.
Protected fieldmajorTickOverlayLines List of 2D lines (WPF's Shapes.Line objects) used to render major ticks.
Protected fieldminorTickOverlayLines List of 2D lines (WPF's Shapes.Line objects) used to render minor ticks.
Public fieldStatic memberOverlayCanvasProperty OverlayCanvasProperty
Protected fieldtitleTextBlock TextBlock used to render axis title.
Top
See Also