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