Version

ChartVisualData Class Members

The following tables list the members exposed by ChartVisualData.

Public Constructors
 NameDescription
Public ConstructorChartVisualData ConstructorConstructs a ChartVisualData  
Public Properties
 NameDescription
Public PropertyAxesGets or sets the visual information about the axes of the chart.  
Public PropertyCentralAreaGets or sets the central area including layout of axis, series in the chart.  
Public PropertyContentAreaGets or sets the content area including layout of axis, series, title, and subtitle in the chart.  
Public PropertyDefaultTooltipGets or sets the default tooltip for series.  
Public PropertyDipScalingRatioGets device independent ratio of control's dimensions  
Public PropertyHeightGets or sets the Height of the chart container.  
Public PropertyIsViewportScaledGets or sets whether the data been scaled against a viewport for normalization.  
Public PropertyNameGets or sets the name of the chart.  
Public PropertyPlotAreaGets or sets the plot area of series in the chart.  
Public PropertySeriesGets or sets the visual information about the series of the chart.  
Public PropertySubtitleGets or sets the visual information about the subtitle of the chart.  
Public PropertyTitleGets or sets the visual information about the title of the chart.  
Public PropertyWidthGets or sets the Width of the chart container.  
Public Methods
 NameDescription
Public MethodGetBoundsGets bounds of the chart  
Public MethodGetSerializedSeriesPointsGets Serialized series of points for specified series name and point settings  
Public MethodScaleByViewportScales the chart data against a viewport to normalize the data for comparison.  
Public MethodSerializeSerializes this object to a string  
See Also