INChartLineSeries Properties |
The INChartLineSeries type exposes the following members.
Name | Description | |
---|---|---|
BorderBrush |
Brush of the border that surrounds the series.
(Inherited from INChartSolidSeries.) | |
BorderThickness |
Thickness (in pixels) of the border that surrounds the series.
(Inherited from INChartSolidSeries.) | |
Brush |
Brush that fills the series.
(Inherited from INChartSolidSeries.) | |
Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
(Inherited from INChartObject.) | |
DataSmoother |
Data smoother used. The default value is null (no data smooter used).
(Inherited from INChartSeries.) | |
DataSource |
Data source for the series.
(Inherited from INChartSeries.) | |
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.
(Inherited from INChartSeries.) | |
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.
(Inherited from INChartSeries.) | |
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.
(Inherited from INChartSeries.) | |
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.
(Inherited from INChartSeries.) | |
InternalSeries |
Return internal class.
(Inherited from INChartSeries.) | |
LegendMarkerSize |
Size of default series' marker in legend in pixels. The default value is 20.
(Inherited from INChartSeries.) | |
LineDash |
Dash of the line.
| |
LineThickness |
Thickness of the line in pixels. The default value is 2.
| |
Marker |
Marker that is shown on the points. This is null by default (no marker is displayed).
| |
Name |
Name of the series.
(Inherited from INChartSeries.) | |
NoDataColor |
Color of the line in the points with no data.
| |
Points |
Array of points.
(Inherited from INChartSeries.) | |
Scale |
Brush scale of the series used to color the map.
(Inherited from INChartSeries.) | |
Tag |
Tag of the series. You may use it as you want.
(Inherited from INChartSeries.) | |
Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
(Inherited from INChartObject.) |