The ScaleBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Font |
Gets or sets the font.
|
![]() | Formatting | Gets the formatting for this scale.
|
![]() | IndexedLabelOrientation |
Controls the label orientation.
|
![]() | IndexedMaximumNumberOfTicks |
Controls maximum number of ticks for dual scales. Use a ScaleDock value to specify which scale to access.
|
![]() | IndexedShowGridlines |
Controls whether to render gridlines or not.
|
![]() | IndexedShowLabels |
Controls whether this ScaleBase renders the labels.
|
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | LabelOrientation | Gets or sets the label orientation.
|
![]() | MaximumNumberOfTicks | Gets or sets the maximum number of ticks.
|
![]() | ShowGridlines | Gets or sets a value indicating whether to render gridlines or not.
|
![]() | ShowLabels | Gets or sets a value indicating whether this ScaleBase renders the labels.
|
![]() | Span | Gets or sets the span of the area.
|
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
![]() | Visible | Gets or sets a value indicating whether this ScaleBase is visible.
|
See Also