Gets or sets the thickness of the left plot area frame.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double FrameLeftThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FrameLeftThickness As Double |
A double value. The default value is 50.0.
RemarksThe FrameLeftThickness property specifies the space to the left of the plot area. It gets distributed by the axes in the YAxisCollection.
See Also