Each RibbonDropDownItem represents a drop-down item in the RibbonChartLayoutTab. The corresponding string of a RibbonDropDownItem is the same as the item's Name property. The RibbonDropDownItem enumeration can be used with the ResourceProvider class that provides static methods to receive bitmaps or strings which are associated with the corresponding ribbon drop-down item.

Introduced: X17.

Members

Member Description
TXITEM_LegendShow Identifies the TXITEM_LegendShow drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendDocking Identifies the TXITEM_LegendDocking drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_LegendDocking_Left Identifies the TXITEM_LegendDocking_Left drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendDocking_Top Identifies the TXITEM_LegendDocking_Top drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendDocking_Right Identifies the TXITEM_LegendDocking_Right drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendDocking_Bottom Identifies the TXITEM_LegendDocking_Bottom drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendAlignment Identifies the TXITEM_LegendAlignment drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_LegendAlignment_Near Identifies the TXITEM_LegendAlignment_Near drop-down item inside the TXITEM_LegendAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendAlignment_Center Identifies the TXITEM_LegendAlignment_Center drop-down item inside the TXITEM_LegendAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendAlignment_Far Identifies the TXITEM_LegendAlignment_Far drop-down item inside the TXITEM_LegendAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_LegendColor Identifies the TXITEM_LegendColor drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_LegendColor_Automatic Identifies the TXITEM_LegendColor_Automatic drop-down item inside the TXITEM_LegendColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_LegendColor_MoreColors Identifies the TXITEM_LegendColor_MoreColors drop-down item inside the TXITEM_LegendColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_LegendFont Identifies the TXITEM_LegendFont drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLabelsShow Identifies the TXITEM_XAxisLabelsShow drop-down item inside the TXITEM_XAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisLabelsColor Identifies the TXITEM_XAxisLabelsColor drop-down item inside the TXITEM_XAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLabelsColor_Automatic Identifies the TXITEM_XAxisLabelsColor_Automatic drop-down item inside the TXITEM_XAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLabelsColor_MoreColors Identifies the TXITEM_XAxisLabelsColor_MoreColors drop-down item inside the TXITEM_XAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLabelsFont Identifies the TXITEM_XAxisLabelsFont drop-down item inside the TXITEM_XAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLabelsShow Identifies the TXITEM_YAxisLabelsShow drop-down item inside the TXITEM_YAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisLabelsColor Identifies the TXITEM_YAxisLabelsColor drop-down item inside the TXITEM_YAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLabelsColor_Automatic Identifies the TXITEM_YAxisLabelsColor_Automatic drop-down item inside the TXITEM_YAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLabelsColor_MoreColors Identifies the TXITEM_YAxisLabelsColor_MoreColors drop-down item inside the TXITEM_YAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLabelsFont Identifies the TXITEM_YAxisLabelsFont drop-down item inside the TXITEM_YAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_ChartTitleDocking Identifies the TXITEM_ChartTitleDocking drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_ChartTitleDocking_Left Identifies the TXITEM_ChartTitleDocking_Left drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleDocking_Top Identifies the TXITEM_ChartTitleDocking_Top drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleDocking_Right Identifies the TXITEM_ChartTitleDocking_Right drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleDocking_Bottom Identifies the TXITEM_ChartTitleDocking_Bottom drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleOrientation Identifies the TXITEM_ChartTitleOrientation drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_ChartTitleOrientation_Auto Identifies the TXITEM_ChartTitleOrientation_Auto drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleOrientation_Horizontal Identifies the TXITEM_ChartTitleOrientation_Horizontal drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleOrientation_Rotated270 Identifies the TXITEM_ChartTitleOrientation_Rotated270 drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleOrientation_Rotated90 Identifies the TXITEM_ChartTitleOrientation_Rotated90 drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleOrientation_Stacked Identifies the TXITEM_ChartTitleOrientation_Stacked drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_ChartTitleColor Identifies the TXITEM_ChartTitleColor drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_ChartTitleColor_Automatic Identifies the TXITEM_ChartTitleColor_Automatic drop-down item inside the TXITEM_ChartTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_ChartTitle_MoreColors Identifies the TXITEM_ChartTitle_MoreColors drop-down item inside the TXITEM_ChartTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_ChartTitleFont Identifies the TXITEM_ChartTitleFont drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisTitleAlignment Identifies the TXITEM_XAxisTitleAlignment drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisTitleAlignment_Near Identifies the TXITEM_XAxisTitleAlignment_Near drop-down item inside the TXITEM_XAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleAlignment_Center Identifies the TXITEM_XAxisTitleAlignment_Center drop-down item inside the TXITEM_XAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleAlignment_Far Identifies the TXITEM_XAxisTitleAlignment_Far drop-down item inside the TXITEM_XAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleOrientation Identifies the TXITEM_XAxisTitleOrientation drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisTitleOrientation_Auto Identifies the TXITEM_XAxisTitleOrientation_Auto drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleOrientation_Horizontal Identifies the TXITEM_XAxisTitleOrientation_Horizontal drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleOrientation_Rotated270 Identifies the TXITEM_XAxisTitleOrientation_Rotated270 drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleOrientation_Rotated90 Identifies the TXITEM_XAxisTitleOrientation_Rotated90 drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleOrientation_Stacked Identifies the TXITEM_XAxisTitleOrientation_Stacked drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisTitleColor Identifies the TXITEM_XAxisTitleColor drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisTitleColor_Automatic Identifies the TXITEM_XAxisTitleColor_Automatic drop-down item inside the TXITEM_XAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisTitleColor_MoreColors Identifies the TXITEM_XAxisTitleColor_MoreColors drop-down item inside the TXITEM_XAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisTitleFont Identifies the TXITEM_XAxisTitleFont drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisTitleAlignment Identifies the TXITEM_YAxisTitleAlignment drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisTitleAlignment_Far Identifies the TXITEM_YAxisTitleAlignment_Far drop-down item inside the TXITEM_YAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleAlignment_Center Identifies the TXITEM_YAxisTitleAlignment_Center drop-down item inside the TXITEM_YAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleAlignment_Near Identifies the TXITEM_YAxisTitleAlignment_Near drop-down item inside the TXITEM_YAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleOrientation Identifies the TXITEM_YAxisTitleOrientation drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisTitleOrientation_Auto Identifies the TXITEM_YAxisTitleOrientation_Auto drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleOrientation_Horizontal Identifies the TXITEM_YAxisTitleOrientation_Horizontal drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleOrientation_Rotated270 Identifies the TXITEM_YAxisTitleOrientation_Rotated270 drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleOrientation_Rotated90 Identifies the TXITEM_YAxisTitleOrientation_Rotated90 drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleOrientation_Stacked Identifies the TXITEM_YAxisTitleOrientation_Stacked drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisTitleColor Identifies the TXITEM_YAxisTitleColor drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisTitleColor_Automatic Identifies the TXITEM_YAxisTitleColor_Automatic drop-down item inside the TXITEM_YAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisTitleColor_MoreColors Identifies the TXITEM_YAxisTitleColor_MoreColors drop-down item inside the TXITEM_YAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisTitleFont Identifies the TXITEM_YAxisTitleFont drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineShow Identifies the TXITEM_XAxisLineShow drop-down item inside the TXITEM_XAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisLineColor Identifies the TXITEM_XAxisLineColor drop-down item inside the TXITEM_XAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineColor_Automatic Identifies the TXITEM_XAxisLineColor_Automatic drop-down item inside the TXITEM_XAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineColor_MoreColors Identifies the TXITEM_XAxisLineColor_MoreColors drop-down item inside the TXITEM_XAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineDashType Identifies the TXITEM_XAxisLineDashType drop-down item inside the TXITEM_XAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineDashType_Dash Identifies the TXITEM_XAxisLineDashType_Dash drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineDashType_DashDot Identifies the TXITEM_XAxisLineDashType_DashDot drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineDashType_DashDotDot Identifies the TXITEM_XAxisLineDashType_DashDotDot drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineDashType_Dot Identifies the TXITEM_XAxisLineDashType_Dot drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisLineDashType_Solid Identifies the TXITEM_XAxisLineDashType_Solid drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesShow Identifies the TXITEM_XAxisMajorGridlinesShow drop-down item inside the TXITEM_XAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisMajorGridlinesColor Identifies the TXITEM_XAxisMajorGridlinesColor drop-down item inside the TXITEM_XAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesColor_Automatic Identifies the TXITEM_XAxisMajorGridlinesColor_Automatic drop-down item inside the TXITEM_XAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesColor_MoreColors Identifies the TXITEM_XAxisMajorGridlinesColor_MoreColors drop-down item inside the TXITEM_XAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesDashType Identifies the TXITEM_XAxisMajorGridlinesDashType drop-down item inside the TXITEM_XAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesDashType_Dash Identifies the TXITEM_XAxisMajorGridlinesDashType_Dash drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesDashType_DashDot Identifies the TXITEM_XAxisMajorGridlinesDashType_DashDot drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesDashType_DashDotDot Identifies the TXITEM_XAxisMajorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesDashType_Dot Identifies the TXITEM_XAxisMajorGridlinesDashType_Dot drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMajorGridlinesDashType_Solid Identifies the TXITEM_XAxisMajorGridlinesDashType_Solid drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesShow Identifies the TXITEM_XAxisMinorGridlinesShow drop-down item inside the TXITEM_XAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_XAxisMinorGridlinesColor Identifies the TXITEM_XAxisMinorGridlinesColor drop-down item inside the TXITEM_XAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesColor_Automatic Identifies the TXITEM_XAxisMinorGridlinesColor_Automatic drop-down item inside the TXITEM_XAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesColor_MoreColors Identifies the TXITEM_XAxisMinorGridlinesColor_MoreColors drop-down item inside the TXITEM_XAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesDashType Identifies the TXITEM_XAxisMinorGridlinesDashType drop-down item inside the TXITEM_XAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesDashType_Dash Identifies the TXITEM_XAxisMinorGridlinesDashType_Dash drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesDashType_DashDot Identifies the TXITEM_XAxisMinorGridlinesDashType_DashDot drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesDashType_DashDotDot Identifies the TXITEM_XAxisMinorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesDashType_Dot Identifies the TXITEM_XAxisMinorGridlinesDashType_Dot drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_XAxisMinorGridlinesDashType_Solid Identifies the TXITEM_XAxisMinorGridlinesDashType_Solid drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineShow Identifies the TXITEM_YAxisLineShow drop-down item inside the TXITEM_YAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisLineColor Identifies the TXITEM_YAxisLineColor drop-down item inside the TXITEM_YAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineColor_Automatic Identifies the TXITEM_YAxisLineColor_Automatic drop-down item inside the TXITEM_YAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineColor_MoreColors Identifies the TXITEM_YAxisLineColor_MoreColors drop-down item inside the TXITEM_YAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineDashType Identifies the TXITEM_YAxisLineDashType drop-down item inside the TXITEM_YAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineDashType_Dash Identifies the TXITEM_YAxisLineDashType_Dash drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineDashType_DashDot Identifies the TXITEM_YAxisLineDashType_DashDot drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineDashType_DashDotDot Identifies the TXITEM_YAxisLineDashType_DashDotDot drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineDashType_Dot Identifies the TXITEM_YAxisLineDashType_Dot drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisLineDashType_Solid Identifies the TXITEM_YAxisLineDashType_Solid drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesShow Identifies the TXITEM_YAxisMajorGridlinesShow drop-down item inside the TXITEM_YAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisMajorGridlinesColor Identifies the TXITEM_YAxisMajorGridlinesColor drop-down item inside the TXITEM_YAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesColor_Automatic Identifies the TXITEM_YAxisMajorGridlinesColor_Automatic drop-down item inside the TXITEM_YAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesColor_MoreColors Identifies the TXITEM_YAxisMajorGridlinesColor_MoreColors drop-down item inside the TXITEM_YAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesDashType Identifies the TXITEM_YAxisMajorGridlinesDashType drop-down item inside the TXITEM_YAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesDashType_Dash Identifies the TXITEM_YAxisMajorGridlinesDashType_Dash drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesDashType_DashDot Identifies the TXITEM_YAxisMajorGridlinesDashType_DashDot drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesDashType_DashDotDot Identifies the TXITEM_YAxisMajorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesDashType_Dot Identifies the TXITEM_YAxisMajorGridlinesDashType_Dot drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMajorGridlinesDashType_Solid Identifies the TXITEM_YAxisMajorGridlinesDashType_Solid drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesShow Identifies the TXITEM_YAxisMinorGridlinesShow drop-down item inside the TXITEM_YAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.
TXITEM_YAxisMinorGridlinesColor Identifies the TXITEM_YAxisMinorGridlinesColor drop-down item inside the TXITEM_YAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesColor_Automatic Identifies the TXITEM_YAxisMinorGridlinesColor_Automatic drop-down item inside the TXITEM_YAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesColor_MoreColors Identifies the TXITEM_YAxisMinorGridlinesColor_MoreColors drop-down item inside the TXITEM_YAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesDashType Identifies the TXITEM_YAxisMinorGridlinesDashType drop-down item inside the TXITEM_YAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesDashType_Dash Identifies the TXITEM_YAxisMinorGridlinesDashType_Dash drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesDashType_DashDot Identifies the TXITEM_YAxisMinorGridlinesDashType_DashDot drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesDashType_DashDotDot Identifies the TXITEM_YAxisMinorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesDashType_Dot Identifies the TXITEM_YAxisMinorGridlinesDashType_Dot drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.
TXITEM_YAxisMinorGridlinesDashType_Solid Identifies the TXITEM_YAxisMinorGridlinesDashType_Solid drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.