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