LegendBoxBaseCheckBoxSize Property |
LightningChart .NET Help
LegendBox checkbox size in DPI.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(15)]
public int CheckBoxSize { get; set; }<DefaultValueAttribute(15)>
Public Property CheckBoxSize As Integer
Get
Set
public:
[DefaultValueAttribute(15)]
property int CheckBoxSize {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also