ASP.NET AJAX Control Toolkit Demos v20.1.0.0

LineChart Sample
Ajax Control Toolkit
LineChart Demonstration

Basic Type:

Stacked Type:

LineChart Description
The LineChart control enables you to render a line chart from one or more series of values. This control is compatible with any browser that supports SVG including Internet Explorer 9 and above. This control can display two types of LineCharts: Basic and Stacked.
LineChart Properties
Properties
  • AreaDataLabel - Enables you to set text/label that will be shown in the tooltip and describe an area data value
  • BaseLineColor - Enables you to set the color of the chart's base lines
  • CategoriesAxis - Provides a set of values for the category axis to create a line chart
  • CategoryAxisLineColor - Enables you to set the color of the category axis lines
  • ChartType - Enables you to render two types of line charts: Basic or Stacked
  • ClientSeries - Provides a list of series to the client side
  • DisplayValues - Whether or not show series values.
  • Series - Provides a list of series
  • TooltipBackgroundColor - Enables you to set a background color of the tooltip box
  • TooltipBorderColor - Enables you to set a border color of the tooltip box
  • TooltipFontColor - Enables you to set a font color of the tooltip box
  • ValueAxisLineColor - Enables you to set a color of a value axis line
  • ValueAxisLines - Enables you to set interval size for a value axis line
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.