BaseMountainRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
An abstract base class which factors out many properties from the and StackedMountainRenderableSeries types.
Inherits: BaseRenderableSeries
Constructors
BaseMountainRenderableSeries()
Initializes a new instance of the class.
Properties
AreaBrush : Brush
Gets or sets the Area Brush for the . The mountain chart outline is specified by SeriesColor
AreaColor : Color
Gets or sets the Area Color for the . The mountain chart outline is specified by SeriesColor
IsDigitalLine : bool
Gets or sets a value indicating whether this mountain series has a digital (step) line
Fields
AreaBrushProperty : DependencyProperty
Defines the AreaBrush DependencyProperty
IsDigitalLineProperty : DependencyProperty
Defines the IsDigitalLine DependencyProperty