Search
CandlestickRenderer.LowDimension Property
See Also
 






Gets or sets the index of the dimension, containing low values.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int LowDimension { get; set; }

Visual Basic  Copy Code

Public Property LowDimension As Integer

 Property Value

An integer value.

 See Also