Table of Contents

Class GridOptionsRound

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Grid options of round views.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class GridOptionsRound : GridOptions, IChartNode, IDisposable, IGridOptions
Inheritance
GridOptionsRound
Implements
Derived
Inherited Members

Constructors

GridOptionsRound()

Constructor for Form designer list editor

public GridOptionsRound()

GridOptionsRound(IChartNode)

Constructor

public GridOptionsRound(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

LabelsColor

Color of the labels.

public Color LabelsColor { get; set; }

Property Value

Color

LineWidth

Line width.

public double LineWidth { get; set; }

Property Value

double