IntensityGridSeriesPixelRendering Property |
LightningChart .NET Help
Render as non-interpolated bitmap, data point in the middle of each cell
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool PixelRendering { get; set; }<DefaultValueAttribute(false)>
Public Property PixelRendering As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool PixelRendering {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also