Property | Type | Description | |
---|---|---|---|
SetPolygonPointsProperty | void |
Method | Description | |
---|---|---|
StackedAreaSeries ( ) : System |
Initializes a new instance of the StackedAreaSeries class.
|
Method | Description | |
---|---|---|
CreateDataPoint ( ) : |
Creates a DataPoint for the series.
|
|
CreateDataShape ( ) : |
Creates a series-appropriate Shape for connecting the points of the series.
|
|
IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable |
Returns the value margins for the data points of the series.
|
|
UpdateShape ( IList |
Updates the Shape for the series.
|
Method | Description | |
---|---|---|
SetPolygonPointsProperty ( |
protected CreateDataShape ( ) : |
||
return |
protected IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable |
||
valueMarginConsumer | IValueMarginConsumer | Consumer of the value margins. |
return | IEnumerable |
protected UpdateShape ( IList |
||
definitionPoints | IList |
Locations of the points of each SeriesDefinition in the series. |
return | void |