Defines appearance attributes for candlestick charts.
The following tables list the members exposed by the CandlestickSeriesStyle type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of CandlestickSeriesStyle. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a Brush used to fill candlesticks, which open value is greater than its close value. |
|
![]() |
Gets or sets a Brush used to fill candlesticks, which open value is smaller or equal to its close value. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Implements SeriesStyle.Fill. Returns a Brush instance, depending on the series data. |
|
![]() |
Implements SeriesStyle.Stroke. |
|
![]() |
Implements SeriesStyle.StrokeDashStyle. |
|
![]() |
Implements SeriesStyle.StrokeThickness. |
See Also