LegendBoxBaseCheckBoxSize Property |
LightningChart .NET Help
Gets of sets checkbox size in DPI
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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