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