CharSet
|
Needed along with CodePage and WideCharToMultiByte to support Metafile exports containing Multi-Byte strings or special characters.
|
CodePage
|
Needed along with CharSet and WideCharToMultiByte to support Metafile exports containing Multi-Byte strings or special characters.
|
DataPointLabels
|
This property identifies data labels which will be placed next to data points when Plot.Option.DataLabels equals DataPointLabels and Plot.Option.GraphDataLabels equals True.
|
MainTitle
|
Gets or Sets the Main Title for chart.
|
MultiBottomTitles
|
Gets or Sets strings used to identify multiple bottom sub titles. Indices 0 through 9 allow for 10 extra sub titles. Each subtitle has a potential left, centered, and right justified component delimited with the pipe character |.
|
MultiSubTitles
|
Gets or Sets strings used to identify multiple sub titles. Indices 0 through 9 allow for 10 extra sub titles. Each subtitle has a potential left, centered, and right justified component delimited with the pipe character |.
|
PointLabels
|
Gets or Sets strings used to identify points.
|
RoseCenterLabel
|
Only used when Plot.SmithChart is set to Rose Gets and Sets the label in center of rose plot. You can add one '|' pipe delimiter to form two lines.
|
SubsetLabels
|
Gets or Sets strings used to identify subsets.
|
SubTitle
|
Gets or Sets the Sub Title for chart.
|
TextShadows
|
This property controls whether text will include drop-shadow effects. |
TruncateTitles
|
Set to True to enable the chart to shorten the MainTitle/SubTitle rather than shrinking the font size to an un-legible size. |
WideCharToMultiByte
|
Needed along with CharSet and CodePage to support Metafile exports containing Multi-Byte strings or special characters.
|