BackColor
property - gets and sets a color value property to the canvas’s background color. padding
property - gets and sets integral values that create extra space (padding area) within the canvas control.legendFont
property - gets and sets the font family, size, and font style of the legend.LegendAlignment
property - sets and specifies or gets the horizontal alignment of the legend in the canvas area.legendForeColor
property - gets and sets the foreground color value of the legend’s text.LegendFullWidth
property - works in a scenario where there are multiple legends. It gets and sets a Boolean value of whether the content area of the legends will occupy a width equal to the explicit width of the canvas.LegendPosition
property - sets and gets the vertical position of a legend in the canvas area. LegendReverse
property - gets or sets a Boolean value to the legend arrangement. If set to true the legend that had been positioned as the last element of other prior legends, will be swapped to be the first element in the list of other subsequent legends. LegendRTL
property - Gets or sets a Boolean value to the legend’s content area. When set to true, the text will be displayed on the right-hand side of the color label. Title
property - gets and sets the text to draw at the top of the chart. TitleLineHeight
property - gets or sets the height between the text and the chart component. TitlePosition
property - gets or sets the location of the title text in the canvas layout. TitlePadding
property - gets or sets the integral values that create extra space (padding area) within the title text.TooltipFont
property - gets and sets the font family, size, and font style of the tooltip text.TooltipBackgroundColor
property - gets and sets a color value property to the tooltip’s background color. ToolTipMode
property - gets and sets a distance value between the tooltip and the chart component.TooltipsEnabled
property - gets and sets a Boolean value to display a tooltip. A false value will hide a tooltip.AnimationDuration
property - gets and sets the time span in milliseconds defining how long the animation will take to render data to the final state. AnimationType
property- gets and sets the type of animation to render on the chart display.XAxesFont
property - gets and sets the font family, size, and font style of the labels set along the X-axis.XAxesDrawTicks
property - gets and sets a Boolean value indicating whether the ticks will be visible. The draw tick marks help associate a visual reference between the X-Axis labels and the plot area.XAxesForeColor
- gets and sets the color value of the labels located alongside the X-Axis horizontal line.XAxesStacked
property - gets and sets a Boolean value indicating whether the chart components in the canvas layout, will have a vertical piled arrangement. It works in the event where there are multiple datasets of bar charts. When the value is set to true then the bar-charts would be arranged on top of each other. And with the value set to false, the charts would be placed beside each other. Below is a preview of this property:XAxesGridLines
property - gets and sets a Boolean value indicating whether the vertical gridlines of the X-axis plane will be shown or rendered on the canvas’s fly. If set to false, the gridlines will be hidden.XAxesBeginAtZero
property - gets and sets a Boolean value indicating whether the X-Axes vertical line will begin at the zero value of the Cartesian plane. XAxesGridColor
property - gets and sets a color value to the vertical gridlines of the X-Axis plane.XAxesLineWidth
property - gets and sets an integer value, which changes the width of the vertical gridline in the X-Axis.XAxesZeroLineColor
- gets and sets a color value to the first vertical left gridline on the canvas’s X-Axis region.XAxesZeroLineWidth
- gets and sets a width integer value to the first Vertical gridline on the canvas’s X-Axis region.XAxesLabel
property - gets and sets the text to draw in the caption label positioned below the X-Axis region of the chart.XAxesLabelFont
property - gets and sets the font family, size, and font style of caption label on the X-Axis region.XAxesLabelForeColor
property - gets and sets a color value to the X-Axis caption label YAxesBeginAtZero
property - gets and sets a Boolean value indicating whether the Y-Axes vertical line will begin at the zero value of the Cartesian plane. YAxesDrawTicks
property - gets and sets a Boolean value indicating whether the ticks located at the Y-Axis section will be visible. The draw tick marks help associate and provide a visual reference between the Y-Axis labels and the plot area.YAxesFont
property - gets and sets the font family, size, and font style of the labels set along the Y-axisYAxesForeColor
property - gets and sets the color value of the labels located alongside the Y-Axis horizontal lineYAxesStacked
property - gets and sets a Boolean value indicating whether the chart components in the canvas layout, will have a horizontal piled arrangement. It works in the event where there are multiple datasets of bar charts. When the value is set to true then the bar-charts would be arranged on top of each other. And with the value set to false, the charts would be placed beside each other. Below is an example of this statement:YAxesGridLines
property - gets and sets a Boolean value indicating whether the horizontal gridlines of the Y-axis plane will be shown or rendered on the canvas’s fly. If set to false, the gridlines will be hidden.YAxesGridColor
property - gets and sets a color value to the horizontal gridlines of the Y-Axis plane YAxes Label/Caption.YAxesLabel
property - gets and sets the text to draw in the caption label positioned beside the Y-Axis region of the chart YAxesLabelFont
property - gets and sets the font family, size, and font style of the caption label on the Y-Axis regionYAxesLabelForeColor
property - gets and sets a color value to the Y-Axis’s caption label.YAxesLineWidth
property - gets and sets an integer, which changes the width of the horizontal gridline in the Y-Axis.YAxesZeroLineColor
property - gets and sets a color value to the first horizontal bottom gridline on the canvas’s Y-Axis region.YAxesZeroLineWidth
- gets and sets an integer value, which changes the width of the first horizontal bottom gridline on the canvas’s Y-Axis region