NChartSurfaceSeries Properties |
The NChartSurfaceSeries type exposes the following members.
Name | Description | |
---|---|---|
BorderBrush |
Brush of the border that surrounds the series.
| |
BorderThickness |
Thickness (in pixels) of the border that surrounds the series.
| |
Brush |
Brush that fills the series.
| |
Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
| |
DataSmoother |
Data smoother used. The default value is null (no data smooter used).
| |
DataSource |
Data source for the series.
| |
HostsOnSX |
Flag that determines if the series is hosted on the secondary X-axis. If true it will be drawn according to the
secondary X-axis if false according to the normal X-axis. The secondary axis appears opposite the normal axis and is
managed separately: it can have its own min and max; its own color settings and so on.
| |
HostsOnSY |
Flag that determines if the series is hosted on the secondary Y-axis. If true it will be drawn according to the
secondary Y-axis if false according to the normal Y-axis. The secondary axis appears opposite the normal axis and is
managed separately: it can have its own min and max; its own color settings and so on.
| |
HostsOnSZ |
Flag that determines if the series is hosted on the secondary Z-axis. If true it will be drawn according to the
secondary Z-axis if false according to the normal Z-axis. The secondary axis appears opposite the normal axis and is
managed separately: can have its own min and max; its own color settings and so on.
| |
Image |
Image that is displayed in the legend. This property returns the image only if it was provided by the data source.
If the default image is used null is returned.
| |
InternalSeries |
Return internal class.
| |
LegendMarkerSize |
Size of default series' marker in legend in pixels. The default value is 20.
| |
Name |
Name of the series.
| |
Points |
Array of points.
| |
Scale |
Brush scale of the series used to color the map.
| |
Tag |
Tag of the series. You may use it as you want.
| |
UseBrushScaleForYValues |
Flag determining if brush scale colors surface according Y-values of its points (true) or values of their "Value"
field (true). The default value is true.
If you want to color the surface according to its height, let this flag with true value. You can create
regular XYZ-points in this case. But if you need to color the surface independent from the height, set this flag to
true and create points with XYZ and Value. In this case you can display quasi 4D-data with the surface: XYZ will be
displayed by the shape of surface, while the fourth coordinate called "Value" will be displayed by color.
This flag has effect if brush scale is set only.
| |
Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
|