NChartAxisGrid Class |
Namespace: NChart3D_UWP
The NChartAxisGrid type exposes the following members.
Name | Description | |
---|---|---|
Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
| |
Color |
Color of the grid lines.
If you set a color value to this property, this value is set to all grid lines (majorGridLines,
minorGridLines and tinyGridLines).If you read a value of this property, color of majorGridLines is returned.
| |
InterlacedBackground |
Array of brushes for interlaced background. If null, no interlaced background is displayed. The default value is null.
Interlaced background means that the space between axis grid lines is filled with the colors that are
consecutively taken from this array. The array is looped, so if there are less elements then spaces between grid
lines, the sequence of colors is multiplied. The elements of the array should be objects NChartSolidColorBrush.
Only NChartSolidColorBrush is supported, all other brushes (or other objects will be skipped).
| |
LineDash |
Dash of the grid lines.
If you set a dash value to this property, this value is set to all grid lines (majorGridLines,
minorGridLines and tinyGridLines).If you read a value of this property, thickness of majorGridLines is returned.
| |
MajorLines |
Grid lines of the major ticks.
| |
MinorLines |
Grid lines of the minor ticks.
| |
Thickness |
Thickness of the grid lines in pixels. The default value is 1.
If you set a thickness value to this property, this value is set to all grid lines (majorGridLines,
minorGridLines and tinyGridLines).If you read a value of this property, thickness of majorGridLines is returned.
| |
TinyLines |
Grid lines of the tiny ticks.
| |
Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |