Clip all data in bounds of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ClipToPlotArea { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ClipToPlotArea As Boolean |
true to clip chart contents within the plot area; otherwise, false. The default is false.
See Also