Summary
Represents the Chart Control class.
Syntax
public class Control : ControlBase
Members
Name | Type | Summary |
---|---|---|
BackgroundColor | Property | Gets or sets the color of the chart control background. |
Control | Method | Initializes a new instance of the chart control. |
FontFamily | Property | Gets or sets the font family. |
FontSize | Property | Gets or sets the font size. |
FontStyle | Property | Gets or sets the font style. |
FontWeight | Property | Gets or sets the font weight. |
ForegroundColor | Property | Gets or sets the color of the chart control foreground. Check the Color class for the ARGB (alpha, red, green, blue) color values, or use the strings Color.Red, Color.FromName("Red"), Color.FromArgb(255, 0, 0), Color.FromHex("#ff0000"), "Red", "#ff0000". |
HorizontalContentAlignment | Property | Gets or sets the horizontal content alignment. |
Padding | Property | Gets or sets the chart control padding. Property value can be set using Thickness, number, or a string new Thickness(5), new Thickness(1, 2, 3, 4), 5, "5", "1 2 3 4". |
VerticalContentAlignment | Property | Gets or sets the vertical content alignment. |