Search
CandlestickRenderer.OpenDimension Property
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int OpenDimension { get; set; }

Visual Basic  Copy Code

Public Property OpenDimension As Integer

 Property Value

An integer value.

 See Also