Click or drag to resize

PlotStyleBaseValue Property

Gets the base value. This is required for PlotStyle when HasBaseValue is set to true. For example Bar plotStyle has a base value.

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public virtual double BaseValue { get; }

Property Value

Double
See Also