Click or drag to resize

ChartPropertyIsEquiDistant Property

Is the bar is equi-distant or not. This is disabled when the chart is populated with two or more IBars series

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public bool IsEquiDistant { get; set; }

Property Value

Boolean

Implements

IChartPropertyIsEquiDistant
See Also