NChartValueAxisMark Class |
Namespace: NChart3D_UWP
The NChartValueAxisMark type exposes the following members.
Name | Description | |
---|---|---|
![]() | NChartValueAxisMark | Initializes a new instance of the NChartValueAxisMark class |
Name | Description | |
---|---|---|
![]() | Background |
Brush filling the background of the text container.
|
![]() | BorderColor |
Color of the border that is drawn around the text container.
|
![]() | BorderRadius |
Corner rounding radius (in pixels) of the border that is drawn around the text container.
|
![]() | BorderThickness |
Thickness of the border (in pixels) that is drawn around the text container.
|
![]() | Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
|
![]() | Font |
Font of the label's text.
|
![]() | InternalLabel |
Return internal class.
|
![]() | Margin |
Margin of the text container in pixels (spacing from the bounds of the enclosing area).
|
![]() | MaxWidth |
Maximal width of the label's text in pixels. If the text is bigger than the given size lines will be broken
according to the wrapping mode.
|
![]() | Opacity |
Opacity of the text container. Value should be in 0..1. The default value is 1.
|
![]() | Padding |
Padding of the text container in pixels (spacing to sub-areas).
|
![]() | Text |
Text to display in the label.
|
![]() | TextAlignment |
Alignment of the label's text.
|
![]() | TextColor |
Color of the label's text.
|
![]() | TextWrapping |
Wrapping mode of the label's text.
|
![]() | Tick |
Tick of the mark. It is invisible by default.
|
![]() | Value |
Value of the mark.
|
![]() | Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
|
Name | Description | |
---|---|---|
![]() | Close | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |