Gets or sets the thickness of the top plot area frame.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double FrameTopThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FrameTopThickness As Double |
A double value. The default value is 50.0.
RemarksThe FrameTopThickness property specifies the space above the plot area.
See Also