Click or drag to resize
INChartSolidSeries Interface
The INChartSolidSeries interface provides common methods to display series that are filled with some brush and have a border.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartSolidSeries : INChartObject, 
	INChartSeries

The INChartSolidSeries type exposes the following members.

Properties
  NameDescription
Public propertyBorderBrush
Brush of the border that surrounds the series.
Public propertyBorderThickness
Thickness (in pixels) of the border that surrounds the series.
Public propertyBrush
Brush that fills the series.
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
(Inherited from INChartObject.)
Public propertyDataSmoother
Data smoother used. The default value is null (no data smooter used).
(Inherited from INChartSeries.)
Public propertyDataSource
Data source for the series.
(Inherited from INChartSeries.)
Public propertyHostsOnSX
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.)
Public propertyHostsOnSY
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.)
Public propertyHostsOnSZ
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.)
Public propertyImage
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.)
Public propertyInternalSeries
Return internal class.
(Inherited from INChartSeries.)
Public propertyLegendMarkerSize
Size of default series' marker in legend in pixels. The default value is 20.
(Inherited from INChartSeries.)
Public propertyName
Name of the series.
(Inherited from INChartSeries.)
Public propertyPoints
Array of points.
(Inherited from INChartSeries.)
Public propertyScale
Brush scale of the series used to color the map.
(Inherited from INChartSeries.)
Public propertyTag
Tag of the series. You may use it as you want.
(Inherited from INChartSeries.)
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
(Inherited from INChartObject.)
Top
See Also