RenderOptionsViewXYGDILineSeriesCompression Property |
LightningChart .NET Help
Compress GDI line series data.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool GDILineSeriesCompression { get; set; }<DefaultValueAttribute(true)>
Public Property GDILineSeriesCompression As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool GDILineSeriesCompression {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also